mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-17 20:49:52 -06:00
Co-authored-by: Jessica Sachs <jess@jessicasachs.io> Co-authored-by: Barthélémy Ledoux <bart@cypress.io> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Zach Bloomquist <github@chary.us> Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com> Co-authored-by: ElevateBart <ledouxb@gmail.com> Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@packages/network",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-prod": "tsc --project .",
|
|
"clean": "rm lib/*.js",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"test": "yarn test-unit",
|
|
"test-debug": "yarn test-unit --inspect-brk=5566",
|
|
"test-unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
|
"test-watch": "yarn test-unit --watch"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/parse-domain": "2.4.0",
|
|
"bluebird": "3.5.3",
|
|
"concat-stream": "1.6.2",
|
|
"debug": "4.3.2",
|
|
"lodash": "4.17.19",
|
|
"proxy-from-env": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/debugging-proxy": "2.0.1",
|
|
"@cypress/request": "2.88.5",
|
|
"@cypress/request-promise": "4.2.6",
|
|
"@packages/https-proxy": "0.0.0-development",
|
|
"@packages/socket": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"@types/concat-stream": "1.6.0",
|
|
"express": "4.17.1",
|
|
"mocha": "6.2.2",
|
|
"sinon": "7.3.1",
|
|
"sinon-chai": "3.3.0",
|
|
"typescript": "3.5.3"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"types": "./lib/index.ts"
|
|
}
|