-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
52 lines (52 loc) · 1.71 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "azurapi-js-setup",
"version": "1.0.0",
"description": "Setup for azurapi-js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ships": "node --trace-warnings build/index.js ships reset web refresh img publish",
"ships_ni": "node --trace-warnings build/index.js ships reset web refresh",
"ships_nw": "node --trace-warnings build/index.js ships reset refresh",
"publish": "node --trace-warnings build/index.js ships publish",
"images": "node --trace-warnings build/index.js ships img",
"eq": "node --trace-warnings build/index.js equipments reset refresh img publish",
"chapters": "node --trace-warnings build/index.js chapters reset refresh",
"format": "prettier -w .",
"prepare": "husky install"
},
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/AzurAPI/azurapi-js-setup.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/AzurAPI/azurapi-js-setup/issues"
},
"homepage": "https://github.com/AzurAPI/azurapi-js-setup#readme",
"dependencies": {
"class-transformer": "^0.4.0",
"cli-progress": "^3.8.2",
"fromentries": "^1.3.2",
"infobox-parser": "^3.4.1",
"jsdom": "^16.2.2",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"utf8": "^3.0.0"
},
"devDependencies": {
"@types/cli-progress": "^3.9.0",
"@types/jsdom": "^16.2.6",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",
"husky": "^7.0.0",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.1.5"
}
}