24 lines
447 B
JSON
24 lines
447 B
JSON
{
|
|
"name": "tone",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc -p ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"tone": "^14.7.77",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.32",
|
|
"tone": "^14.7.77",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|