mirror of
https://github.com/caprover/caprover
synced 2025-10-30 01:57:03 +00:00
Some checks failed
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled
88 lines
3.0 KiB
JSON
88 lines
3.0 KiB
JSON
{
|
|
"name": "caprover",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"disable-otp": "node ./built/scripts/disable-otp.js",
|
|
"dev": "sudo 'echo' && npm run build && sudo ./dev-scripts/dev-reset-service.sh",
|
|
"clean": "npm run build && sudo ./dev-scripts/dev-clean-run-as-dev.sh",
|
|
"lint": "eslint 'src/**/*.ts'",
|
|
"lint-fix": "eslint --fix 'src/**/*.ts'",
|
|
"formatter": "prettier --check './src/**/*.ts'",
|
|
"formatter-write": "prettier --write './src/**/*.ts'",
|
|
"build": "echo 'RECOMPILING' && npx madge --circular --extensions ts ./ && rm -rf ./built && npx tsc && echo 'Build successful'",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.10.0",
|
|
"bcryptjs": "^3.0.2",
|
|
"body-parser": "^2.2.0",
|
|
"configstore": "^5.0.1",
|
|
"cookie-parser": "~1.4.7",
|
|
"cron": "^4.3.1",
|
|
"debug": "~4.4.1",
|
|
"dockerode": "^4.0.7",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.1.0",
|
|
"fs-extra": "^11.3.0",
|
|
"http-proxy": "^1.18.1",
|
|
"is-valid-path": "^0.1.1",
|
|
"js-base64": "^3.7.7",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"moment": "^2.30.1",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^2.0.1",
|
|
"on-finished": "^2.4.1",
|
|
"prettier": "3.5.3",
|
|
"public-ip": "^7.0.1",
|
|
"recursive-readdir": "^2.2.3",
|
|
"request": "^2.88.2",
|
|
"require-from-string": "^2.0.2",
|
|
"serve-favicon": "~2.5.1",
|
|
"shell-quote": "^1.8.3",
|
|
"simple-git": "^3.28.0",
|
|
"ssh2": "^1.16.0",
|
|
"tar": "^7.4.3",
|
|
"typescript": "^5.8.3",
|
|
"uuid": "^11.1.0",
|
|
"validator": "^13.15.15",
|
|
"yaml": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.30.1",
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/configstore": "^5.0.1",
|
|
"@types/cookie-parser": "^1.4.9",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/dockerode": "^3.3.42",
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/express": "^5.0.3",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/http-proxy": "^1.17.16",
|
|
"@types/is-valid-path": "^0.1.2",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/js-base64": "^3.3.1",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/morgan": "^1.9.10",
|
|
"@types/multer": "^2.0.0",
|
|
"@types/on-finished": "^2.3.5",
|
|
"@types/request": "^2.48.12",
|
|
"@types/require-from-string": "^1.2.3",
|
|
"@types/serve-favicon": "^2.5.7",
|
|
"@types/shell-quote": "^1.7.5",
|
|
"@types/ssh2": "^1.15.5",
|
|
"@types/tar": "^6.1.13",
|
|
"@types/uuid": "^10.0.0",
|
|
"@types/validator": "^13.15.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
"@typescript-eslint/parser": "^8.36.0",
|
|
"eslint": "^9.30.1",
|
|
"globals": "^16.3.0",
|
|
"jest": "^30.0.4",
|
|
"madge": "^8.0.0",
|
|
"ts-jest": "^29.4.0",
|
|
"typescript-eslint": "^8.36.0"
|
|
}
|
|
}
|