mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|||
|
|
"name": "@pien-studio/api",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "bun --watch src/index.ts",
|
||
|
|
"build": "bun build src/index.ts --outdir dist",
|
||
|
|
"start": "bun run dist/index.js",
|
||
|
|
"test": "vitest run",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@pien-studio/types": "workspace:*",
|
||
|
|
"elysia": "^1.1.25",
|
||
|
|
"zod": "^4.4.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"bun-types": "latest",
|
||
|
|
"typescript": "^6.0.3",
|
||
|
|
"vitest": "^4.1.5"
|
||
|
|
}
|
||
|
|
}
|