package.json 748 B

12345678910111213141516171819202122232425
  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. "build": "jus build . dist",
  8. "commit": "git add dist && git commit -m deploy",
  9. "push": "git subrepo push dist",
  10. "open": "opener https://billiegoose.xyz"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/billiegoose/billiegoose.github.io.git"
  15. },
  16. "author": "Billie Hilton <wmhilton@gmail.com>",
  17. "license": "UNLICENSED",
  18. "bugs": {
  19. "url": "https://github.com/billiegoose/billiegoose.github.io/issues"
  20. },
  21. "homepage": "https://github.com/billiegoose/billiegoose.github.io#readme",
  22. "devDependencies": {
  23. "jus": "^0.26.0"
  24. }
  25. }