-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1008 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
{
"name": "herochartio",
"version": "1.1.0",
"description": "chart parser and serializer from clone hero",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"start": "node_modules/.bin/tsc-watch -p . --onFailure \"echo Beep! Compilation Failed\"",
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aurelie Richard <[email protected]>",
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/bumpmann/herochartio/issues"
},
"repository": "git://github.com/bumpmann/herochartio.git",
"license": "MIT",
"keywords": [
"clone-hero",
"clonehero",
"chart"
],
"dependencies": {
"fs-extra": "8.1.0",
"lodash": "^4.17.15",
"midi-file": "^1.1.2"
},
"devDependencies": {
"@types/fs-extra": "8.0.1",
"@types/lodash": "^4.14.149",
"@types/node": "12.12.5",
"tsc-watch": "^4.0.0",
"typescript": "3.6.4"
}
}