-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 827 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": "kkr",
"version": "1.2.11",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc --newLine lf"
},
"bin": {
"kkr": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Last-Order/kkr.git"
},
"author": "Eridanus Sora",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Last-Order/kkr/issues"
},
"homepage": "https://github.com/Last-Order/kkr#readme",
"dependencies": {
"axios": "^0.26.0",
"cli-progress": "^3.9.1",
"erii": "^2.0.4",
"fast-xml-parser": "^3.20.3",
"rimraf": "^3.0.2",
"shua": "^2.0.7"
},
"devDependencies": {
"@types/node": "^17.0.17",
"typescript": "^4.1.2"
}
}