package.json 258 B

1234567891011121314
  1. {
  2. "name": "space-invaders",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "npx http-server -c-1 -p 5000",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC"
  13. }