wip: generate song

This commit is contained in:
Peter Salomonsen
2023-03-17 23:21:23 +01:00
committed by Peter Salomonsen
parent 1ca16043bc
commit e282843f1f
7 changed files with 787 additions and 12460 deletions

View File

@ -1,5 +1,8 @@
{
"type": "module",
"scripts": {
"test": "node convert.js && ./sointu-compile -o . -arch=wasm tests/groove.yaml && wat2wasm groove.wat && node testwasm.mjs"
},
"dependencies": {
"json-to-pretty-yaml": "^1.2.2"
}