Files
Web-Dev-For-Beginners/6-space-game/5-keeping-score/solution/package.json
2020-11-09 22:51:04 -05:00

14 lines
252 B
JSON

{
"name": "solution",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "npx http-server -c-1 -p 5000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}