sssg/package.json
yourfriendoss a5109e1b20
All checks were successful
/ build (node-16) (push) Successful in 1m14s
/ build (windows-node-iron) (push) Successful in 1m52s
Beautiful
2025-11-17 15:54:45 +02:00

45 lines
975 B
JSON

{
"name": "sssg",
"module": "index.ts",
"type": "module",
"main": "src/index.ts",
"version": "1.0.0",
"description": "A static site generator built with Bun, TypeScript, and Preact.",
"devDependencies": {
"@types/bun": "^1.1.8"
},
"keywords": [
"static-site-generator",
"ssg",
"preact",
"typescript",
"bun",
"esbuild"
],
"engines": {
"bun": ">=1.0.0"
},
"author": "Sophie Drijj <sophie@sad.ovh>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.sad.ovh/sophie/sssg/sssg.git"
},
"bugs": {
"url": "https://git.sad.ovh/sophie/sssg/issues"
},
"homepage": "https://sad.ovh",
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/mime-types": "^2.1.4",
"@types/node": "^24.7.1",
"esbuild": "^0.23.1",
"marked": "^14.1.0",
"mime-types": "^2.1.35",
"postcss": "^8.4.41",
"preact": "^10.23.2",
"sharp": "^0.33.5"
}
}