Files
cypress/packages/https-proxy/package.json
Bill Glesias eed699eb6d chore: update lerna to 8.1.8 from 6.6.2 (#30436)
* fix sync script with updateds npm-packlist

* chore: update lerna from 6.6.2 to 8.1.8 and ran lerna repair

* chore: pin typescript to ~5.4.5 to avoid importsNotUsedAsValues that was removed in 5.5 and edit workflows and scripts to correctly scope learna packages on v8 snapshot tests [run ci]

* fix indentation in comments

* remove console.log reference to print current package directory in sync exported npm with cli script
2024-10-22 14:46:46 -04:00

45 lines
1.3 KiB
JSON

{
"name": "@packages/https-proxy",
"version": "0.0.0-development",
"private": true,
"main": "index.js",
"scripts": {
"clean-deps": "rimraf node_modules",
"https": "node https.js",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
"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.3.4",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
"node-forge": "1.3.0",
"semaphore": "1.1.0"
},
"devDependencies": {
"@cypress/debugging-proxy": "2.0.1",
"@cypress/request": "^3.0.4",
"@cypress/request-promise": "^5.0.0",
"@packages/network": "0.0.0-development",
"@packages/ts": "0.0.0-development",
"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"
],
"nx": {}
}