forked from SOBotics/AdvancedFlagging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 843 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": "advancedflagging",
"version": "2.1.0",
"scripts": {
"lint": "eslint src",
"build": "npm run lint && npm run esbuild",
"esbuild": "node build.js"
},
"author": "Robert Rudman <[email protected]> (https://github.com/rjrudman)",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/jquery": "3.5.32",
"@types/node": "^22.10.1",
"@types/tampermonkey": "5.0.3",
"@userscripters/stackexchange-global-types": "^2.8.2",
"esbuild": "^0.24.0",
"typescript": "5.7.2",
"typescript-eslint": "^8.16.0"
},
"dependencies": {
"@userscripters/stacks-helpers": "1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/SOBotics/AdvancedFlagging.git"
},
"sideEffects": false,
"type": "module"
}