-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
31 lines (31 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "telegram-ad-filter",
"version": "1.1.4",
"description": "Userscript that minimizes messages containing words from the list",
"author": "VChet",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/VChet/telegram-ad-filter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/VChet/telegram-ad-filter.git"
},
"bugs": {
"url": "https://github.com/VChet/telegram-ad-filter/issues"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "rollup -c",
"lint:js": "eslint .",
"lint:js:fix": "npm run lint:js -- --fix",
"preversion": "npm run build",
"version": "node src/bump.cjs"
},
"devDependencies": {
"eslint": "^9.16.0",
"eslint-plugin-userscripts": "^0.5.6",
"globals": "^15.12.0",
"neostandard": "^0.11.9",
"rollup": "^4.28.0"
}
}