package.json 847 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@wmhilton/wmhilton.github.io.source",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "William Hilton's website",
  6. "scripts": {
  7. "start": "jus serve",
  8. "deploy": "npm run build && npm run commit && npm run push && npm run open",
  9. "build": "jus build . dist",
  10. "commit": "git add dist && git commit -m deploy",
  11. "push": "git subrepo push dist",
  12. "open": "opener https://wmhilton.com"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/wmhilton/wmhilton.github.io.git"
  17. },
  18. "author": "William Hilton <wmhilton@gmail.com>",
  19. "license": "UNLICENSED",
  20. "bugs": {
  21. "url": "https://github.com/wmhilton/wmhilton.github.io/issues"
  22. },
  23. "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme",
  24. "devDependencies": {
  25. "jus": "^0.24.1",
  26. "opener": "^1.4.1"
  27. }
  28. }