32 lines
885 B
JSON
32 lines
885 B
JSON
{
|
|
"name": "light-code",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "bun run --watch --hot src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"prestart": "bun src/test/check-code.ts",
|
|
"build": "NODE_ENV=production bun bun.config.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.28.1",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/local-proxy": "^0.0.8",
|
|
"@kevisual/types": "^0.0.12",
|
|
"@kevisual/use-config": "^1.0.28",
|
|
"@types/bun": "^1.3.6"
|
|
},
|
|
"dependencies": {
|
|
"@kevisual/noco": "^0.0.10",
|
|
"@kevisual/query": "^0.0.38",
|
|
"@kevisual/router": "^0.0.60",
|
|
"@kevisual/video-tools": "^0.0.13",
|
|
"fast-glob": "^3.3.3",
|
|
"pocketbase": "^0.26.6",
|
|
"unstorage": "^1.17.4"
|
|
}
|
|
} |