@@ -0,0 +1,7 @@
+.changeset/
+.github/
+lib/
+.eslintrc.cjs
+.gitignore
+.npmignore
+tsconfig.json
@@ -1,7 +1,7 @@
{
"name": "@sv443-network/userutils",
"version": "0.0.1",
- "description": "Various utilities for userscripts",
+ "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, modify the DOM more easily and more ",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",