-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 845 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": "kanjidego-yomitan-anki",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node .",
"prestart": "npm run build",
"makeYomitan": "npm run start -- yomitan",
"makeAnki": "npm run start -- anki"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cli-progress": "^3.12.0",
"csv-writer": "^1.6.0",
"jsdom": "^24.0.0",
"sharp": "^0.33.2",
"typescript": "^5.3.3",
"yargs": "^17.7.2",
"yomichan-dict-builder": "^2.5.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.5",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.24",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0"
}
}