mirror of
https://github.com/caprover/caprover
synced 2026-05-03 18:20:32 +00:00
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "caprover",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"dev": "npm run build && sudo ./dev-scripts/dev-reset-service.sh",
|
|
"clean": "npm run build && sudo ./dev-scripts/dev-clean-run-as-dev.sh",
|
|
"tslint": "tslint -c tslint.json -p tsconfig.json",
|
|
"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": "npm run build && jest"
|
|
},
|
|
"dependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/configstore": "^4.0.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/dockerode": "^2.5.21",
|
|
"@types/ejs": "^3.0.0",
|
|
"@types/express": "^4.17.2",
|
|
"@types/fs-extra": "^8.0.1",
|
|
"@types/http-proxy": "^1.17.2",
|
|
"@types/jest": "^24.0.23",
|
|
"@types/js-base64": "^2.3.1",
|
|
"@types/jsonwebtoken": "^8.3.5",
|
|
"@types/morgan": "^1.7.37",
|
|
"@types/multer": "^1.3.10",
|
|
"@types/on-finished": "^2.3.1",
|
|
"@types/request": "^2.48.3",
|
|
"@types/require-from-string": "^1.2.0",
|
|
"@types/serve-favicon": "^2.5.0",
|
|
"@types/ssh2": "^0.5.39",
|
|
"@types/tar": "^4.0.3",
|
|
"@types/uuid": "^3.4.6",
|
|
"@types/validator": "^12.0.1",
|
|
"axios": "^0.19.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.19.0",
|
|
"configstore": "^5.0.0",
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~4.1.1",
|
|
"dockerode": "^2.5.8",
|
|
"ejs": "^3.0.1",
|
|
"express": "^4.17.1",
|
|
"fs-extra": "^8.1.0",
|
|
"http-proxy": "^1.18.0",
|
|
"is-valid-path": "^0.1.1",
|
|
"js-base64": "^2.5.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"moment": "^2.24.0",
|
|
"morgan": "^1.9.1",
|
|
"multer": "^1.4.2",
|
|
"on-finished": "^2.3.0",
|
|
"prettier": "^1.19.1",
|
|
"public-ip": "^4.0.0",
|
|
"recursive-readdir": "^2.2.2",
|
|
"request": "^2.88.0",
|
|
"require-from-string": "^2.0.2",
|
|
"serve-favicon": "~2.5.0",
|
|
"simple-git": "^1.128.0",
|
|
"ssh2": "^0.8.7",
|
|
"tar": "^5.0.5",
|
|
"tslint": "^5.20.1",
|
|
"typescript": "^3.7.3",
|
|
"uuid": "^3.3.3",
|
|
"validator": "^12.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^24.9.0",
|
|
"ts-jest": "^24.2.0"
|
|
}
|
|
}
|