Beautiful
All checks were successful
/ build (node-16) (push) Successful in 1m14s
/ build (windows-node-iron) (push) Successful in 1m52s

This commit is contained in:
Soph :3 2025-11-17 15:54:45 +02:00
parent 4d8a9dff8e
commit a5109e1b20
3 changed files with 83 additions and 4 deletions

View file

@ -3,9 +3,32 @@
"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"
},
@ -19,4 +42,4 @@
"preact": "^10.23.2",
"sharp": "^0.33.5"
}
}
}