website/package.json
Soph :3 789f4638dc
All checks were successful
/ test (push) Successful in 15s
silly billy cursor
2024-09-19 12:57:38 +03:00

21 lines
470 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",
"ani-cursor": "^0.0.5",
"riff-file": "^1.0.3",
"sssg": "git+https://git.sad.ovh/sophie/sssg#e68ad369e9399d33f58678d2a3271cd631c2fe6a"
}
}