simple-beatmaker
Version:
Generate drum sounds from scratch and create beats programmatically with pure JavaScript - no external WAV files needed!
44 lines (43 loc) • 964 B
JSON
{
"name": "simple-beatmaker",
"version": "2.2.1",
"description": "Generate drum sounds from scratch and create beats programmatically with pure JavaScript - no external WAV files needed!",
"main": "index.js",
"bin": {
"beatmaker": "bin/beatmaker"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"drums",
"music",
"audio",
"beats",
"synthesis",
"drum-machine",
"javascript",
"node",
"cli",
"wav"
],
"author": "Simple Beatmaker Package",
"license": "MIT",
"dependencies": {},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RonitSachdev/simple-beatmaker.git"
},
"homepage": "https://github.com/RonitSachdev/simple-beatmaker#readme",
"bugs": {
"url": "https://github.com/RonitSachdev/simple-beatmaker/issues"
},
"files": [
"index.js",
"bin/",
"README.md"
]
}