{ "name": "@billiegoose/billiegoose.github.io.source", "version": "1.0.0", "description": "Billie Hilton's website", "scripts": { "start": "jus serve", "deploy": "npm run build && (cd dist && rm package.json && now --static)", "build": "jus build . dist", "commit": "git add dist && git commit -m deploy", "push": "git subrepo push dist", "open": "opener https://billiegoose.xyz" }, "repository": { "type": "git", "url": "git+https://github.com/billiegoose/billiegoose.github.io.git" }, "author": "Billie Hilton ", "license": "UNLICENSED", "bugs": { "url": "https://github.com/billiegoose/billiegoose.github.io/issues" }, "homepage": "https://github.com/billiegoose/billiegoose.github.io#readme", "devDependencies": { "jus": "^0.24.1", "opener": "^1.4.1" } }