UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

29 lines (28 loc) 715 B
{ "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", "lodash": "4.17.15", "mime-types": "2.1.27", "minimatch": "^3.0.4", "throttle": "^1.0.3" }, "devDependencies": { "@types/mocha": "7.0.2", "bin-up": "1.2.0", "chai": "4.2.0", "mocha": "7.1.2" }, "files": [ "lib" ] }