Files
cypress/packages/network/package.json
Gleb Bahmutov 79545fc646 add printing package folder sizes to the build script (#5978)
- and work around `parse-domain` Jest inclusion to minimize bundle size
2019-12-18 14:59:08 -05:00

35 lines
923 B
JSON

{
"name": "@packages/network",
"version": "0.0.0",
"private": true,
"main": "index.js",
"scripts": {
"build-js": "bin-up tsc --project .",
"clean-deps": "rm -rf node_modules",
"postinstall": "cd node_modules/parse-domain && npm run postinstall",
"test": "bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json"
},
"dependencies": {
"bluebird": "3.5.3",
"concat-stream": "1.6.2",
"debug": "4.1.1",
"lodash": "4.17.15",
"parse-domain": "bahmutov/parse-domain#fb60bd4",
"proxy-from-env": "1.0.0"
},
"devDependencies": {
"@cypress/debugging-proxy": "2.0.1",
"@types/concat-stream": "1.6.0",
"bin-up": "1.2.2",
"express": "4.16.4",
"request": "2.88.0",
"request-promise": "4.2.4",
"sinon": "7.3.1",
"sinon-chai": "3.3.0"
},
"files": [
"lib"
],
"types": "./lib/index.ts"
}