{ "name": "nni", "version": "999.0.0-developing", "main": "index.js", "scripts": { "build": "tsc", "test": "nyc --reporter=cobertura --reporter=text mocha test/**/*.test.ts", "start": "node dist/main.js", "watch": "tsc --watch", "eslint": "npx eslint ./ --ext .ts" }, "license": "MIT", "dependencies": { "app-module-path": "^2.2.0", "azure-storage": "^2.10.6", "child-process-promise": "^2.2.1", "express": "^4.17.1", "express-joi-validator": "^2.0.1", "http-proxy": "^1.18.1", "ignore": "^5.1.8", "js-base64": "^3.6.1", "kubernetes-client": "^6.12.1", "lockfile": "^1.0.4", "npm": ">=8.3.0", "python-shell": "^3.0.0", "rx": "^4.1.0", "sqlite3": "5.0.2", "ssh2": "^1.4.0", "stream-buffers": "^3.0.2", "tail-stream": "^0.3.4", "tar": "^6.1.11", "tree-kill": "^1.2.2", "ts-deferred": "^1.0.4", "typescript-ioc": "^1.2.6", "typescript-string-operations": "^1.4.1", "ws": "^7.4.6" }, "devDependencies": { "@types/chai": "^4.2.18", "@types/chai-as-promised": "^7.1.0", "@types/express": "^4.17.2", "@types/glob": "^7.1.3", "@types/http-proxy": "^1.17.7", "@types/js-base64": "^3.3.1", "@types/js-yaml": "^4.0.1", "@types/lockfile": "^1.0.0", "@types/mocha": "^8.2.2", "@types/node": "^15.12.1", "@types/request": "^2.48.5", "@types/rx": "^4.1.2", "@types/sqlite3": "^3.1.7", "@types/ssh2": "^0.5.46", "@types/stream-buffers": "^3.0.3", "@types/tar": "^4.0.4", "@types/tmp": "^0.2.0", "@types/ws": "^7.4.4", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^4.26.0", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "eslint": "^7.28.0", "glob": "^7.1.7", "mocha": "^9.0.2", "nyc": "^15.1.0", "request": "^2.88.2", "rmdir": "^1.2.0", "tmp": "^0.2.1", "ts-node": "^10.0.0", "typescript": "^4.3.2" }, "resolutions": { "acorn": ">=8.3.0", "hoek": ">=6.1.3", "node.extend": ">=1.1.8", "y18n": ">=5.0.8", "yargs-parser": ">=20.2.7", "joi": ">=17.4.0", "node-forge": ">=0.10.0", "glob-parent": ">=6.0.0", "node-gyp": ">=8.4.1", "strip-ansi": "=6.0.1", "http-signature": ">=1.3.6" }, "engines": { "node": "^16.3.0" }, "nyc": { "include": [ "**/*.ts" ], "exclude": [ "**/test/*", "./node_modules/" ], "extension": [ ".ts", ".tsx" ], "require": [ "ts-node/register" ], "reporter": [ "text-summary", "html" ], "sourceMap": true, "instrument": true } }