-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 890 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
33
34
35
36
37
38
{
"name": "danbooru-tools",
"version": "1.1.1",
"description": "A collection of helpful tools for translating on Danbooru by LeafyTachyon",
"main": "src/index.html",
"window": {
"title": "Danbooru Tools",
"icon": "src/assets/favicon.png",
"width": 1000,
"height": 600
},
"author": "LeafyTachyon",
"scripts": {
"start": "nw .",
"build": "nwbuild --glob=false --version=0.93.0 ./src"
},
"keywords": [
"translation",
"danbooru"
],
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"@types/node": "^25.0.6",
"eslint": "^9.39.2",
"nw-builder": "^4.17.0",
"prettier": "^3.7.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"deepl-node": "^1.24.0",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"nw": "^0.93.0-sdk",
"pinyin": "^4.0.0"
}
}