{ "name": "stargazer", "version": "0.1.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node build.js", "start": "http-server ./build -o" }, "author": "Alexander Bazo ", "license": "MIT", "dependencies": { "fs-extra": "^8.1.0", "http-server": "^0.11.1" } }