-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 963 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 963 Bytes
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
33
{
"name": "advancedflagging",
"version": "2.2.4",
"scripts": {
"lint": "eslint src",
"build": "npm run lint && npm run typecheck && npm run esbuild",
"esbuild": "node build.js",
"typecheck": "tsc --noEmit --project tsconfig.json"
},
"author": "Robert Rudman <rjrudman@gmail.com> (https://github.com/rjrudman)",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.9.0",
"@types/jquery": "4.0.0",
"@types/node": "^25.3.0",
"@types/tampermonkey": "5.0.5",
"@userscripters/stackexchange-global-types": "^2.8.2",
"esbuild": "^0.27.3",
"typescript": "5.9.3",
"typescript-eslint": "^8.56.1"
},
"dependencies": {
"@stackoverflow/stacks-icons": "^6.9.0",
"@userscripters/stacks-helpers": "1.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/SOBotics/AdvancedFlagging.git"
},
"sideEffects": false,
"type": "module"
}