-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 795 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 795 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
{
"name": "pixiv-source",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:pixiv": "pnpm --filter=@reader-source/pixiv run build",
"clean": "rimraf projects/pixiv/dist dist",
"build-json": "tsx scripts/build-pixiv.ts",
"build:all": "npm-run-all2 clean build:pixiv build-json",
"format": "prettier --write ."
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.6.3",
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.4",
"@types/node": "^22.0.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"rollup": "^4.49.0",
"tsx": "^4.17.0",
"typescript": "^5.9.2"
}
}