{ "name": "app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "http-server --cors ./public" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "http-server": "^14.1.1", "serve": "^14.2.0" } }