-
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) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 982 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
{
"type": "module",
"name": "nicopip",
"version": "1.9.0",
"description": "【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します",
"author": "ru_shalm <ru_shalm@hazimu.com>",
"license": "MIT",
"scripts": {
"build": "run-s build:*",
"build:vite": "cross-env NODE_ENV=production vite build",
"dev": "vite",
"lint": "run-s lint:*",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome check .",
"format": "biome check --write .",
"zip": "run-s format build zip:*",
"zip:zipping": "deployment-zip -c .deployment-zip.ts ./dist"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@crxjs/vite-plugin": "^2.4.0",
"@rutan/deployment-zip": "^0.6.0",
"@types/chrome": "^0.1.37",
"@types/dom-navigation": "^1.0.7",
"@types/node": "^25.5.0",
"cross-env": "^10.1.0",
"npm-run-all2": "^8.0.4",
"typescript": "^5.9.3",
"vite": "^8.0.5"
},
"packageManager": "pnpm@10.32.1"
}