-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 858 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 858 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
{
"name": "@filteringdev/tinyshield-builder",
"private": true,
"type": "module",
"scripts": {
"lint": "tsc --noEmit && eslint **/*.ts",
"build": "tsx source/build.ts",
"debug": "tsx source/debug.ts",
"cache": "tsx source/cache.ts",
"clean": "rm -rf dist && rm -rf .buildcache"
},
"dependencies": {
"@types/node": "^24.10.8"
},
"devDependencies": {
"@adguard/agtree": "^3.4.3",
"@npmcli/package-json": "^7.0.4",
"@types/npmcli__package-json": "^4.0.4",
"@types/semver": "^7.7.1",
"@typescriptprime/parsing": "^1.0.4",
"@typescriptprime/securereq": "^1.0.1",
"chokidar": "^5.0.0",
"esbuild": "^0.27.2",
"eslint": "^9.39.2",
"semver": "^7.7.3",
"tldts": "^7.0.19",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
"zod": "^4.3.5"
}
}