mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-14 12:53:59 +00:00
11 lines
144 B
JSON
11 lines
144 B
JSON
|
{
|
||
|
"name": "tone-vite-test",
|
||
|
"dependencies": {
|
||
|
"tone": "file:../../..",
|
||
|
"vite": "^5.2.11"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "vite build ./"
|
||
|
}
|
||
|
}
|