-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 858 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
38
{
"name": "ultimai",
"version": "1.0.1",
"description": "Ultimate rhythm game score format converter",
"main": "dist/cli.js",
"types": "dist/cli.d.ts",
"scripts": {
"test": "jest",
"prepublish": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"command-line-args": "^5.1.1",
"is-number": "^7.0.0",
"mkdirp": "^1.0.4",
"node-critools": "^1.0.0",
"randomatic": "^3.1.1",
"slugify": "^1.4.0",
"sox-audio": "^0.3.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3",
"xml2js": "^0.4.23",
"xmlbuilder2": "^2.1.2"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.2",
"jest": "^25.4.0",
"ts-jest": "^25.4.0"
},
"bin": "dist/cli.js",
"pkg": {
"scripts": "dist/**/*.js"
}
}