{ "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" } }