| 12345678910111213141516171819202122232425 |
- {
- "name": "@billiegoose/billiegoose.github.io.source",
- "version": "1.0.0",
- "description": "Billie Hilton's website",
- "scripts": {
- "start": "jus serve",
- "build": "jus build . dist",
- "commit": "git add dist && git commit -m deploy",
- "push": "git subrepo push dist",
- "open": "opener https://billiegoose.xyz"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/billiegoose/billiegoose.github.io.git"
- },
- "author": "Billie Hilton <wmhilton@gmail.com>",
- "license": "UNLICENSED",
- "bugs": {
- "url": "https://github.com/billiegoose/billiegoose.github.io/issues"
- },
- "homepage": "https://github.com/billiegoose/billiegoose.github.io#readme",
- "devDependencies": {
- "jus": "^0.26.0"
- }
- }
|