forgejoPages/package.json
creations 9389fd5f8c
All checks were successful
Code quality checks / biome (push) Successful in 7s
first commit
2025-05-11 14:07:03 -04:00

24 lines
533 B
JSON

{
"name": "forgejo_pages",
"module": "src/index.ts",
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --hot src/index.ts --dev",
"lint": "bunx biome check",
"lint:fix": "bunx biome check --fix",
"cleanup": "rm -rf logs node_modules bun.lockdb"
},
"devDependencies": {
"@types/bun": "^1.2.13",
"globals": "^16.1.0",
"@biomejs/biome": "^1.9.4"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@creations.works/logger": "^1.0.3",
"mime": "^4.0.7"
}
}