package.json 878 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@wmhilton/wmhilton.github.io.source",
  3. "version": "1.0.0",
  4. "description": "William Hilton's website",
  5. "scripts": {
  6. "start": "jus serve",
  7. "deploy": "npm run build && (cd dist && rm package.json && now --static)",
  8. "build": "jus build . dist",
  9. "commit": "git add dist && git commit -m deploy",
  10. "push": "git subrepo push dist",
  11. "open": "opener https://wmhilton.com",
  12. "alias": "(cd dist && now alias 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. }