mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 12:28:47 +00:00
10 lines
123 B
JSON
10 lines
123 B
JSON
|
{
|
||
|
"name": "tone-node-test",
|
||
|
"dependencies": {
|
||
|
"tone": "file:../../.."
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.mjs"
|
||
|
}
|
||
|
}
|