mirror of
https://github.com/lotsoftick/openclaw_client.git
synced 2026-08-14 08:52:46 +00:00
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "openclaw-api",
|
|
"version": "1.0.0",
|
|
"description": "OpenClaw Client API — Express + TypeORM + SQLite backend",
|
|
"main": "app.ts",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"dev": "nodemon --ext yaml,js,json,ts,*.d.ts --exec \"ts-node ./src/app.ts\"",
|
|
"build": "tsc --build",
|
|
"start": "node build/src/app.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^6.0.0",
|
|
"better-sqlite3": "^12.8.0",
|
|
"body-parser": "^1.20.1",
|
|
"colors": "^1.4.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"error-stack-parser": "^2.1.4",
|
|
"express": "^4.18.2",
|
|
"express-validator": "^6.14.3",
|
|
"helmet": "^6.0.1",
|
|
"http-errors": "^2.0.0",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"node-pty": "^1.1.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"swagger-jsdoc": "^6.2.8",
|
|
"swagger-ui-express": "^4.6.0",
|
|
"typeorm": "^0.3.28",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/express": "^4.17.16",
|
|
"@types/http-errors": "^2.0.1",
|
|
"@types/jsonwebtoken": "^9.0.1",
|
|
"@types/morgan": "^1.9.4",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/node": "^18.11.18",
|
|
"@types/swagger-jsdoc": "^6.0.1",
|
|
"@types/swagger-ui-express": "^4.1.3",
|
|
"@types/ws": "^8.18.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
"@typescript-eslint/parser": "^5.50.0",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"nodemon": "^3.1.11",
|
|
"openapi-types": "^12.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|