File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11node_modules
22dist
3- sources /src /#generated- * .ts
3+ sources /src /#generated- * .ts
4+ .buildcache
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "lint" : " tsc --noEmit && eslint **/*.ts" ,
77 "build" : " tsx source/build.ts" ,
8- "debug" : " tsx source/debug.ts"
8+ "debug" : " tsx source/debug.ts" ,
9+ "cache" : " tsx source/cache.ts" ,
10+ "clean" : " rm -rf dist && rm -rf .buildcache"
911 },
1012 "dependencies" : {
11- "@types/node" : " ^24.10.8" ,
12- "simple-git" : " ^3.30.0" ,
13- "tldts" : " ^7.0.19"
13+ "@types/node" : " ^24.10.8"
1414 },
1515 "devDependencies" : {
16+ "@adguard/agtree" : " ^3.4.3" ,
1617 "@npmcli/package-json" : " ^7.0.4" ,
1718 "@types/npmcli__package-json" : " ^4.0.4" ,
1819 "@types/semver" : " ^7.7.1" ,
20+ "@typescriptprime/parsing" : " ^1.0.4" ,
1921 "@typescriptprime/securereq" : " ^1.0.1" ,
2022 "chokidar" : " ^5.0.0" ,
2123 "esbuild" : " ^0.27.2" ,
2224 "eslint" : " ^9.39.2" ,
2325 "semver" : " ^7.7.3" ,
26+ "tldts" : " ^7.0.19" ,
2427 "tsx" : " ^4.21.0" ,
2528 "typescript" : " ^5.9.3" ,
2629 "typescript-eslint" : " ^8.53.0" ,
Original file line number Diff line number Diff line change 3030 "license" : " MPL-2.0" ,
3131 "packageManager" : " npm@11.5.1+" ,
3232 "workspaces" : [
33- " userscript" , " builder"
33+ " userscript" ,
34+ " builder"
3435 ]
3536}
You can’t perform that action at this time.
0 commit comments