mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 20:18:34 +00:00
add build:parser script once more..
This commit is contained in:
parent
c1ce72469c
commit
39c2cf6c72
1031
packages/mini/package-lock.json
generated
Normal file
1031
packages/mini/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,8 @@
|
|||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --colors"
|
"test": "mocha --colors",
|
||||||
|
"build:parser": "peggy -o krill-parser.js --format es ./krill.pegjs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -28,5 +29,8 @@
|
|||||||
"@strudel.cycles/core": "^0.1.2",
|
"@strudel.cycles/core": "^0.1.2",
|
||||||
"@strudel.cycles/eval": "^0.1.3",
|
"@strudel.cycles/eval": "^0.1.3",
|
||||||
"@strudel.cycles/tone": "^0.1.3"
|
"@strudel.cycles/tone": "^0.1.3"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"peggy": "^2.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user