{ "name": "caprover", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www", "dev": "echo 'RECOMPILING' && npx madge --circular --extensions ts ./ && rm -rf ./built && npx tsc && sudo ./dev-scripts/dev-reset-service.sh", "clean": "sudo ./dev-scripts/dev-clean-run-as-dev.sh", "tslint": "tslint -c tslint.json -p tsconfig.json", "build": "rm -rf ./built && npx tsc", "test": "jest" }, "dependencies": { "@types/bcryptjs": "^2.4.2", "@types/configstore": "^4.0.0", "@types/cookie-parser": "^1.4.1", "@types/dockerode": "^2.5.11", "@types/ejs": "^2.6.1", "@types/express": "^4.16.1", "@types/fs-extra": "^5.0.4", "@types/http-proxy": "^1.16.2", "@types/js-base64": "^2.3.1", "@types/jsonwebtoken": "^8.3.0", "@types/morgan": "^1.7.35", "@types/multer": "^1.3.7", "@types/on-finished": "^2.3.1", "@types/public-ip": "^2.4.0", "@types/request": "^2.48.1", "@types/require-from-string": "^1.2.0", "@types/serve-favicon": "^2.2.30", "@types/ssh2": "^0.5.37", "@types/tar": "^4.0.0", "@types/uuid": "^3.4.4", "@types/validator": "^10.9.0", "bcryptjs": "^2.4.3", "body-parser": "^1.18.3", "configstore": "^4.0.0", "cookie-parser": "~1.4.3", "debug": "~4.1.1", "dockerode": "^2.5.8", "ejs": "^2.6.1", "express": "^4.16.4", "fs-extra": "^7.0.1", "http-proxy": "^1.17.0", "is-valid-path": "^0.1.1", "js-base64": "^2.5.1", "jsonwebtoken": "^8.4.0", "moment": "^2.24.0", "morgan": "^1.9.1", "multer": "^1.4.1", "on-finished": "^2.3.0", "public-ip": "^3.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.107.0", "ssh2": "^0.8.2", "tar": "^4.4.8", "tslint": "^5.12.1", "typescript": "^3.2.4", "uuid": "^3.3.2", "validator": "^10.11.0" }, "devDependencies": { "jest": "^24.0.0" } }