{ "name": "@wmhilton/wmhilton.github.io.source", "version": "1.0.0", "private": true, "description": "William Hilton's website", "scripts": { "start": "jus serve", "deploy": "npm run build && npm run commit && npm run push && npm run open", "build": "jus build . dist", "commit": "git add dist && git commit -m 'update dist'", "push": "git subtree push --prefix dist origin master", "open": "opener https://wmhilton.com" }, "repository": { "type": "git", "url": "git+https://github.com/wmhilton/wmhilton.github.io.git" }, "author": "William Hilton ", "license": "UNLICENSED", "bugs": { "url": "https://github.com/wmhilton/wmhilton.github.io/issues" }, "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme", "devDependencies": { "opener": "^1.4.1" } }