Numex yayın: package.json
This commit is contained in:
parent
a217c536d2
commit
8bff5428e3
12
package.json
Normal file
12
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user