Spaces:
Configuration error
Configuration error
| { | |
| "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" | |
| } | |