-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"scripts": {
"postinstall": "patch-package",
"build": "node songs-to-json.js && pug-pack src && node -e \"const fs=require('fs');for(const f of ['Songbook.pdf','qr-code.svg'])fs.cpSync(f,'dist/'+f)\"",
"booklet": "node node_modules/markdown-booklet/src/cli.js build booklet/book.yaml --out booklet/sea-shanties.html",
"booklet:proof": "node node_modules/markdown-booklet/src/cli.js build booklet/book.yaml --reading --out booklet/proof.html",
"booklet:single": "node node_modules/markdown-booklet/src/cli.js build booklet/book.yaml --single --out booklet/sea-shanties-single.html",
"scaleL": "coffee src/transform.coffee scaleL",
"dev": "nodemon -w src -w songs -i src/songs.json -i src/by-title.json -e \"*\" -x npm run build"
},
"dependencies": {
"coffeescript": "^2.7.0",
"markdown-booklet": "chrisglein/markdown-booklet",
"mathjs": "^11.10.0",
"nodemon": "^2.0.22",
"patch-package": "^8.0.1",
"pug-pack": "brewingcode/pug-pack"
}
}