website/package.json
Soph :3 6463c056ad
All checks were successful
/ test (push) Successful in 14s
update sssg to better version + more binkies
2024-09-19 01:43:28 +03:00

19 lines
415 B
JSON

{
"name": "website2",
"module": "index.ts",
"devDependencies": {
"@types/bun": "^1.1.8"
},
"peerDependencies": {
"typescript": "^5.5.3"
},
"scripts": {
"prod": "bun index.ts --prod",
"dev": "bun index.ts --dev"
},
"type": "module",
"dependencies": {
"@zip.js/zip.js": "^2.7.52",
"sssg": "git+https://git.sad.ovh/sophie/sssg#e68ad369e9399d33f58678d2a3271cd631c2fe6a"
}
}