package.json 851 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@billiegoose/billiegoose.github.io.source",
  3. "version": "1.0.0",
  4. "description": "Billie 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://billiegoose.xyz"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/billiegoose/billiegoose.github.io.git"
  16. },
  17. "author": "Billie Hilton <wmhilton@gmail.com>",
  18. "license": "UNLICENSED",
  19. "bugs": {
  20. "url": "https://github.com/billiegoose/billiegoose.github.io/issues"
  21. },
  22. "homepage": "https://github.com/billiegoose/billiegoose.github.io#readme",
  23. "devDependencies": {
  24. "jus": "^0.24.1",
  25. "opener": "^1.4.1"
  26. }
  27. }