-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 759 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 759 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
{
"name": "none",
"version": "0.0.0",
"description": "Colorful SVG generation",
"type": "module",
"private": true,
"scripts": {
"dev": "tsdown --env.NODE_ENV development",
"build": "tsdown --env.NODE_ENV production",
"test": "cd dist && deno test -A test.js",
"preview": "cd dist && deno run -A main.js",
"script:clean": "node --experimental-strip-types scripts/clean.ts",
"setup-icons": "cd src/ui/components/icon && pnpm run setup"
},
"devDependencies": {
"@types/node": "22.15.18",
"hono": "4.7.9",
"satori": "0.13.1",
"string-ts": "2.2.1",
"tsdown": "0.11.9",
"typescript": "5.8.3",
"valibot": "1.1.0"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=23.0.0"
}
}