Files
procedural-drones-01/package.json
2022-05-09 19:46:57 -05:00

19 lines
337 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"
}
}