thetascape-sound-engine
Version:
A sound engine by Jason Snell
48 lines • 1.19 kB
JSON
{
"name": "thetascape-sound-engine",
"version": "1.0.14",
"description": "A sound engine by Jason Snell",
"main": "dist/thetascape-sound-engine.js",
"module": "dist/thetascape-sound-engine.js",
"exports": {
"import": "./dist/thetascape-sound-engine.js",
"require": "./dist/thetascape-sound-engine.cjs"
},
"files": [
"dist/"
],
"type": "module",
"scripts": {
"build": "vite build",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"audio",
"sound",
"engine",
"tonejs",
"music",
"synthesis"
],
"author": "Jason Snell",
"license": "ISC",
"peerDependencies": {
"tone": "^15.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-p5": "^1.3.19"
},
"devDependencies": {
"tone": "^15.1.22",
"vite": "^7.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doradocodes/thetascape-sound-engine.git"
},
"bugs": {
"url": "https://github.com/doradocodes/thetascape-sound-engine/issues"
},
"homepage": "https://github.com/doradocodes/thetascape-sound-engine#readme"
}