UNPKG

@cypress/instrument-cra

Version:

Little module for CRA applications to instrument code without ejecting react-scripts

64 lines (63 loc) 1.57 kB
{ "name": "@cypress/instrument-cra", "version": "1.4.0", "description": "Little module for CRA applications to instrument code without ejecting react-scripts", "main": "index.js", "scripts": { "test": "cypress run", "start": "react-scripts -r . start", "cy:open": "cypress open", "dev": "start-test 3000 cy:open", "e2e": "start-test 3000", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "https://github.com/cypress-io/instrument-cra.git" }, "files": [ "index.js" ], "keywords": [ "cra", "react-scripts", "istanbul" ], "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "private": false, "license": "MIT", "bugs": { "url": "https://github.com/cypress-io/instrument-cra/issues" }, "homepage": "https://github.com/cypress-io/instrument-cra#readme", "dependencies": { "babel-plugin-istanbul": "6.0.0", "debug": "4.2.0", "find-yarn-workspace-root": "^2.0.0" }, "devDependencies": { "@cypress/code-coverage": "3.4.2", "check-code-coverage": "1.10.0", "cypress": "4.12.1", "prettier": "2.1.2", "react": "16.14.0", "react-dom": "16.14.0", "react-scripts": "3.3.1", "semantic-release": "17.2.1", "start-server-and-test": "1.11.5" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "nyc": { "all": true, "exclude": "src/serviceWorker.js" } }