Beautiful
This commit is contained in:
parent
4d8a9dff8e
commit
a5109e1b20
3 changed files with 83 additions and 4 deletions
25
package.json
25
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue