-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 927 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
{
"name": "imcorvise",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jasyip/imcorvise.git"
},
"scripts": {
"dev": "node start-url.js && parcel src/index.html",
"build": "parcel build src/index.html --out-dir build/",
"watch": "parcel watch src/index.html --out-dir build/",
"edit": "vim package.json",
"deploy": "npm run build && surge build https://imcorvise.surge.sh"
},
"author": "Jason Yip",
"license": "MIT",
"dependencies": {
"jspdf": "^2.2.0",
"osmd": "git://github.com/opensheetmusicdisplay/opensheetmusicdisplay.git",
"svg2pdf.js": "^2.1.0",
"vexflow": "^3.0.9"
},
"devDependencies": {
"boxen": "^4.2.0",
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"typescript": "^4.1.3"
},
"keywords": [],
"description": ""
}