website/package.json
Soph :3 e80c381438
All checks were successful
/ test (push) Successful in 15s
update info
2024-08-27 02:29:09 +03:00

18 lines
382 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": {
"sssg": "git+https://git.sad.ovh/sophie/sssg#47ac0b329c1617498fc8e795cbb3d7d36483ff67"
}
}