-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 936 Bytes
/
package.json
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
34
{
"name": "pixiv-yomitan",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"buildPixiv": "tsc && node . --light false",
"buildPixivLight": "tsc && node . --light true",
"format": "prettier --write .",
"prepare": "npx prisma generate"
},
"author": "MarvNC",
"license": "MIT",
"dependencies": {
"@prisma/client": "^5.9.1",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.1",
"japanese-furigana-normalize": "^1.0.5",
"prisma": "^5.9.1",
"yargs": "^17.7.2",
"yomichan-dict-builder": "^2.9.1"
},
"devDependencies": {
"@types/cli-progress": "^3.11.5",
"@types/node": "^20.11.17",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5"
}
}