{ "name": "helm-chart", "version": "3.0.0", "description": "Helm Chart Server for OneUptime", "main": "server.js", "scripts": { "configure": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'", "start": "node --require ts-node/register Index.ts", "compile": "tsc", "dev": "npx nodemon", "test": "mocha --exit test/index.ts", "audit": "npm audit --audit-level=low", "dep-check": "depcheck ./ --skip-missing=true --ignores='ejs'" }, "author": "", "license": "MIT", "type": "module", "dependencies": { "chai": "^4.3.6", "chai-http": "^4.3.0", "Common": "file:../Common", "CommonServer": "file:../CommonServer", "cors": "^2.8.5", "cross-env": "^7.0.3", "express": "^4.17.3", "mocha": "^9.2.2", "Model": "file:../Model", "ts-node": "^10.9.1" }, "resolutions": {}, "devDependencies": { "depcheck": "^1.4.3", "nodemon": "^2.0.20", "npm-force-resolutions": "0.0.10", "ts-node-dev": "^1.1.8" } }