Numex yayın: package.json

This commit is contained in:
numex-admin 2026-09-09 22:40:39 +00:00
parent a217c536d2
commit 8bff5428e3

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "cyber-beats",
"version": "1.0.0",
"description": "Cyber Beats - 16-Step Web Audio Synth Drum Machine (pure Web Audio API, no mp3/wav)",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2"
}
}