Files
cypress/packages/https-proxy/package.json
Brian Mann c72538d189 Fix lodash dupe dep (#7954)
* blow away yarn.lock

* bump lodash to 4.17.19

* reduce binary size again

* bump @types/node to correct version, fix types

* fix react + react-dom types

* add clean command for .ts conversion to .js files

* fix flaky test
2020-07-11 16:34:23 -04:00

44 lines
1.2 KiB
JSON

{
"name": "@packages/https-proxy",
"version": "0.0.0",
"private": true,
"main": "index.js",
"scripts": {
"clean-deps": "rm -rf 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"
},
"dependencies": {
"bluebird": "3.5.3",
"debug": "4.1.1",
"fs-extra": "8.1.0",
"lodash": "4.17.19",
"node-forge": "0.9.0",
"proxy-from-env": "1.1.0",
"semaphore": "1.1.0"
},
"devDependencies": {
"@cypress/debugging-proxy": "2.0.1",
"@cypress/request": "2.88.5",
"@cypress/request-promise": "4.2.6",
"@packages/network": "*",
"@packages/ts": "*",
"chai": "3.5.0",
"cross-env": "6.0.3",
"mocha": "3.5.3",
"sinon": "1.17.7",
"sinon-as-promised": "4.0.3",
"sinon-chai": "3.3.0",
"ssl-root-cas": "1.3.1",
"supertest": "4.0.2"
},
"files": [
"lib"
]
}