Roo-Code/apps/roomote-dashboard/package.json
Chris Estreich 5edb2f8bb6
Encrypt and store secret ENV vars in the repo with dotenvx (#114)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
2025-06-26 10:54:39 -07:00

26 lines
720 B
JSON

{
"name": "@roo-code-cloud/roomote-dashboard",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint src --ext=ts --max-warnings=0",
"check-types": "tsc --noEmit",
"dev": "dotenvx run -f ../../.env.development -- tsx src/index.ts",
"clean": "rimraf .turbo"
},
"dependencies": {
"@bull-board/api": "^6.10.1",
"@bull-board/express": "^6.10.1",
"@bull-board/ui": "^6.10.1",
"bullmq": "^5.54.3",
"express": "^5.1.0",
"ioredis": "^5.6.1"
},
"devDependencies": {
"@roo-code-cloud/config-eslint": "workspace:^",
"@roo-code-cloud/config-typescript": "workspace:^",
"@types/express": "^5.0.3",
"@types/node": "^24.0.3",
"tsx": "^4.19.3"
}
}