-
Notifications
You must be signed in to change notification settings - Fork 266
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 810 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"scripts": {
"build": "rimraf ./dist && tsc",
"preDeploy": "pnpm i && pnpm run build && rimraf ./node_modules",
"dev": "NODE_OPTIONS=\"--require ts-node/register/transpile-only\" dotenvx run -- tcb-ff --enableCors=true -w"
},
"dependencies": {
"@cloudbase/adapter-node": "^1.0.2",
"@cloudbase/aiagent-framework": "1.0.0-beta.4",
"@cloudbase/functions-typings": "1.0.0",
"@cloudbase/js-sdk": "^2.8.34",
"openai": "^4.87.3"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.39.0",
"@types/node": "^22.10.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
}