-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "chsplicer",
"version": "1.1.2-beta.0",
"description": "Toolbox for clone hero songs.",
"main": "dist/app.js",
"bin": {
"chsplicer": "dist/app.js"
},
"scripts": {
"prepublishOnly": "npm run build",
"start": "node ./dist/app.js --verbose=true",
"start-big": "node --max-old-space-size=7096 ./dist/app.js --verbose=true",
"watch": "tsc-watch -p . --onFailure 'echo Beep! Compilation Failed'",
"build": "tsc -p .",
"test": "npm i -g && chsplicer run marathons/galneryus_best"
},
"author": "Aurelie Richard <aurelierichard2048@gmail.com>",
"bugs": {
"mail": "schaermu@gmail.com",
"url": "http://github.com/bumpmann/chsplicer/issues"
},
"repository": "git://github.com/bumpmann/chsplicer.git",
"license": "MIT",
"keywords": [
"clone-hero",
"clonehero",
"chart"
],
"dependencies": {
"brain.js": "2.0.0-alpha.12",
"cli-progress": "^3.7.0",
"express": "^4.17.1",
"extract-zip": "^2.0.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "9.0.0",
"handlebars": "^4.7.6",
"herochartio": "1.1.0",
"ini": "^1.3.5",
"lodash": "^4.17.15",
"mri": "^1.1.5",
"music-metadata": "^6.3.7",
"needle": "^2.4.1",
"sanitize-filename": "^1.6.3",
"socket.io": "^2.3.0",
"unrar-promise": "^2.0.1"
},
"devDependencies": {
"@types/cli-progress": "^3.4.2",
"@types/express": "^4.17.6",
"@types/extract-zip": "^1.6.2",
"@types/fluent-ffmpeg": "^2.1.14",
"@types/fs-extra": "8.1.0",
"@types/handlebars": "^4.1.0",
"@types/ini": "^1.3.30",
"@types/lodash": "^4.14.149",
"@types/mri": "^1.1.0",
"@types/needle": "^2.0.4",
"@types/node": "13.11.1",
"@types/socket.io": "^2.1.4",
"tsc-watch": "^4.2.3",
"typescript": "3.8.3"
},
"engines": {
"node": ">=12.0.0"
}
}