-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 895 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
32
{
"name": "telegram-ad-filter",
"version": "1.2.0",
"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",
"dev": "rollup -c -w",
"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.19.0",
"eslint-plugin-userscripts": "^0.5.6",
"globals": "^15.14.0",
"neostandard": "^0.12.1",
"rollup": "^4.34.4"
}
}