{
  "name": "cypress-jest-adapter",
  "version": "0.1.1",
  "description": "Add jest style expect on top of chai to Cypress",
  "author": "Nguyen Phong <nguyenphong.hanu@gmail.com>",
  "license": "MIT",
  "private": false,
  "files": [
    "dist",
    "package.json",
    "LICENSE",
    "README.md",
    "index.d.ts",
    "webpack.config.js"
  ],
  "main": "./dist/index.js",
  "types": "./index.d.ts",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "lint": "eslint --ext .js ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phongnd39/cypress-jest-adapter.git"
  },
  "bugs": {
    "url": "https://github.com/phongnd39/cypress-jest-adapter/issues"
  },
  "homepage": "https://github.com/phongnd39/cypress-jest-adapter",
  "keywords": [
    "cypress",
    "jest"
  ],
  "peerDependencies": {},
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.15.1",
    "eslint-config-prettier": "^4.1.0",
    "eslint-loader": "^2.1.2",
    "eslint-plugin-prettier": "^3.0.1",
    "prettier": "^1.16.4",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3"
  },
  "dependencies": {
    "expect": "^24.5.0",
    "jest-get-type": "^24.3.0",
    "jest-jquery-matchers": "^2.1.0",
    "jquery": "^3.4.0"
  }
}
