sointu/package.json
2023-04-06 12:12:24 +00:00

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"
}
}