-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.05 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
{
"name": "arealb",
"version": "1.0.0",
"description": "Arabic Real Book",
"scripts": {
"grooves": "cp -r ./grooves/arabic/ ${MMA_HOME:-../mma}/lib; ${MMA_HOME:-../mma}/mma.py -g",
"build:musicxml": "run() { for f in tunes/${1:-*}.mscz; do ${MUSESCORE:-musescore} \"$f\" -o \"${f/.mscz/.musicxml}\"; done; }; run",
"build:midi": "run() { for f in tunes/${1:-*}.mma; do ${MMA_HOME:-../mma}/mma.py \"$f\" -f \"${f/.mma/.mid}\"; done; }; run",
"build:pdf": "run() { for f in tunes/${1:-*}.mscz; do ${MUSESCORE:-musescore} \"$f\" -o \"${f/.mscz/.pdf}\"; done; }; run",
"build:arealb": "./scripts/build-arealb.sh",
"build": "run() { npm run build:musicxml \"$1\" && npm run build:pdf \"$1\"; }; run",
"play": "run() { ${MMA_HOME:-../mma}/mma.py tunes/$1.mma -P; }; run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infojunkie/arealb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/infojunkie/arealb/issues"
},
"homepage": "https://github.com/infojunkie/arealb#readme"
}