mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 06:30:49 -06:00
30 lines
785 B
JSON
30 lines
785 B
JSON
{
|
|
"name": "@packages/net-stubbing",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "./lib/server",
|
|
"scripts": {
|
|
"build-prod": "tsc --project .",
|
|
"clean-deps": "rimraf node_modules",
|
|
"test": "CYPRESS_INTERNAL_ENV=test mocha -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json --exit test/unit/*",
|
|
"lint": "eslint --ext .ts,.json, ."
|
|
},
|
|
"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": {
|
|
"chai": "4.2.0",
|
|
"mocha": "7.1.2",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|