| 123456789101112131415161718192021222324 |
- {
- "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": "open https://wmhilton.com"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wmhilton/wmhilton.github.io.git"
- },
- "author": "William Hilton <wmhilton@gmail.com>",
- "license": "UNLICENSED",
- "bugs": {
- "url": "https://github.com/wmhilton/wmhilton.github.io/issues"
- },
- "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme"
- }
|