mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
10 lines
232 B
JSON
10 lines
232 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|