{ "name": "@packages/https-proxy", "version": "0.0.0-development", "private": true, "main": "index.js", "scripts": { "clean-deps": "rimraf node_modules", "https": "node https.js", "regenerate:certs": "cd ./test/helpers/certs && ./regenerate-certs.sh", "start": "node index.js", "test": "yarn test-unit", "test-debug": "yarn test-unit --inspect-brk=5566", "test-unit": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json", "test-watch": "cross-env NODE_ENV=test mocha --watch", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ." }, "dependencies": { "bluebird": "3.5.3", "debug": "^4.3.4", "fs-extra": "9.1.0", "lodash": "^4.17.21", "node-forge": "1.3.0", "semaphore": "1.1.0" }, "files": [ "lib" ] }