{
  "name": "react-test-mate",
  "version": "4.0.1",
  "description": "test react project with no configuration",
  "main": "index.js",
  "bin": {
    "test-mate": "bin/test-mate.js"
  },
  "scripts": {
    "lint": "eslint bin lib",
    "test": "bin/test-mate.js demo",
    "cov": "bin/test-mate.js demo --coverage"
  },
  "files": [
    "bin",
    "lib"
  ],
  "dependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.9.0",
    "@types/jest": "^25.1.4",
    "babel-jest": "^25.0.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "jest": "^25.1.0",
    "minimist": "^1.2.0",
    "regenerator-runtime": "^0.13.0"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-bcd-react": "^3.0.0",
    "react": "^16.5.0",
    "react-dom": "^16.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bencode/react-test-mate.git"
  },
  "author": "bencode@163.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bencode/react-test-mate/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/bencode/react-test-mate#readme"
}
