-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 913 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 913 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": "ccfrank-userscript",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.30.2",
"license": "MIT",
"homepage": "https://github.com/brushax/ccfrank-userscript#readme",
"repository": {
"type": "git",
"url": "https://github.com/brushax/ccfrank-userscript.git"
},
"scripts": {
"build": "vite build && node scripts/prepare-release.mjs",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"verify": "pnpm lint && pnpm typecheck && pnpm test && pnpm build"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/node": "^22.14.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"jsdom": "^26.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0",
"vite": "^6.3.1",
"vite-plugin-monkey": "^5.0.8",
"vitest": "^3.1.1"
}
}