mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-03 05:19:45 -06:00
29 lines
718 B
JSON
29 lines
718 B
JSON
{
|
|
"name": "@packages/net-stubbing",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "./lib/server",
|
|
"scripts": {
|
|
"build-prod": "tsc --project .",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"test": "mocha -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json --exit test/unit/*"
|
|
},
|
|
"dependencies": {
|
|
"@types/mime-types": "2.1.0",
|
|
"is-html": "^2.0.0",
|
|
"istextorbinary": "6.0.0",
|
|
"lodash": "^4.17.15",
|
|
"mime-types": "2.1.27",
|
|
"minimatch": "^3.0.4",
|
|
"throttle": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"bin-up": "1.2.0",
|
|
"chai": "4.2.0",
|
|
"mocha": "7.1.2"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|