website/package.json
Soph :3 d0084e9f44
All checks were successful
/ test (push) Successful in 14s
move sssg to it's own repo at https://git.sad.ovh/sophie/sssg
2024-08-02 04:27:06 +03:00

18 lines
382 B
JSON

{
"name": "website2",
"module": "index.ts",
"type": "module",
"scripts": {
"prod": "bun index.ts --prod",
"dev": "bun index.ts --dev"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"sssg": "git+https://git.sad.ovh/sophie/sssg#ef49a06be55dbb5277793d6cfcfa6736b7c1bc96"
}
}