-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 886 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
35
36
37
{
"name": "yomichan-dict-builder",
"version": "2.9.2",
"description": "Build Yomichan/Yomitan dictionaries with ease.",
"main": "dist/index.js",
"scripts": {
"format": "npx prettier --write .",
"check-format": "npx prettier --check .",
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarvNC/yomichan-dict-builder.git"
},
"keywords": [
"yomichan",
"yomitan",
"dictionaries",
"japanese",
"chinese"
],
"author": "MarvNC",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarvNC/yomichan-dict-builder/issues"
},
"homepage": "https://github.com/MarvNC/yomichan-dict-builder#readme",
"devDependencies": {
"@types/node": "^20.10.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"jszip": "^3.10.1"
}
}