Spaces:
Configuration error
Configuration error
File size: 712 Bytes
968c973 | 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 | {
"name": "openclaw-serverless",
"version": "1.0.0",
"main": "api/index.ts",
"type": "module",
"scripts": {
"dev": "tsx watch api/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"vercel-build": "echo 'Vercel handles build automatically'"
},
"dependencies": {
"@types/node-fetch": "^2.6.13",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"node-fetch": "^2.7.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^22.13.1",
"tsx": "^4.19.2",
"typescript": "^5.9.3"
},
"description": "",
"keywords": [],
"author": "",
"license": "ISC"
}
|