add build:parser script once more..
This commit is contained in:
parent
c1ce72469c
commit
39c2cf6c72
2 changed files with 1036 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue