This commit is contained in:
2023-09-30 23:22:32 -07:00
commit ce1a3c5ce1
7 changed files with 2566 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "simple-synth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "live-server ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"live-server": "^1.2.2",
"typescript": "^5.2.2"
}
}