website/package.json
Soph :3 0d7cae9b8f
All checks were successful
/ test (push) Successful in 17s
nekoweb upload script
2024-08-29 00:15:56 +03:00

19 lines
415 B
JSON

{
"name": "website2",
"module": "index.ts",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"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#47ac0b329c1617498fc8e795cbb3d7d36483ff67"
}
}