-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "github-repo-banner",
"version": "1.3.0",
"description": "Generate customizable GitHub repository banners via URL parameters",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsup",
"start": "node dist/index.js",
"lint": "biome lint .",
"format": "biome format --write .",
"check": "biome check ."
},
"dependencies": {
"@hono/node-server": "^1.19.13",
"@wgtechlabs/log-engine": "^2.2.0",
"dotenv": "^17.2.3",
"hono": "^4.12.14",
"ioredis": "^5.9.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",
"@types/node": "^22.10.0",
"tsup": "^8.3.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
},
"engines": {
"node": "^22"
},
"trustedDependencies": [
"esbuild"
],
"packageManager": "bun@1.3.9"
}