Spaces:
Runtime error
Runtime error
| { | |
| "name": "openclaw-ai", | |
| "version": "1.0.0", | |
| "description": "OpenClaw AI deployment on Hugging Face Space", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "playwright": "^1.40.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| }, | |
| "author": "", | |
| "license": "ISC" | |
| } |