{
  "name": "@trinitymirrordigital/dragonfly-jest-config",
  "version": "6.0.6-alpha.0",
  "description": "Jest config for dragonfly projects",
  "keywords": [
    "JEST",
    "unit",
    "testing"
  ],
  "author": "Adrian Stainforth <adrian.stainforth@gmail.com>",
  "homepage": "https://bitbucket.org/trinitymirror-ondemand/dragonfly-build-tools#readme",
  "license": "MIT",
  "main": "lib/dragonfly-jest-config.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/trinitymirror-ondemand/dragonfly-build-tools.git"
  },
  "scripts": {
    "fix": "yarn lint:fix && yarn prettier:fix",
    "lint": "eslint . -f table --quiet -c ../../.eslintrc.js",
    "lint:fix": "eslint . --fix -f table  -c ../../.eslintrc.js",
    "prettier": "prettier --config ../../.prettierrc.json --check .",
    "prettier:fix": "prettier --config ../../.prettierrc.json --write .",
    "test": "jest --config jest.config.js --coverage --no-cache --no-watchman",
    "test:watch": "jest --watch --config jest.config.js",
    "verify": "yarn lint && yarn prettier && yarn test"
  },
  "dependencies": {
    "@babel/core": ">=7.19.3",
    "@djforth/jest-matchers-core": "^2.4.0",
    "@types/jest": "^29.4.0",
    "assert": "^2.0.0",
    "babel-jest": "^29.4.1",
    "babel-preset-jest": "^29.4.0",
    "deepmerge": "^4.3.0",
    "jest": "~29.4.1",
    "jest-environment-jsdom": "^29.4.1",
    "jest-extended": "^3.2.3",
    "jest-fetch-mock": "^3.0.3",
    "lodash": ">=4.17.21",
    "node-fetch": "^3.2.10",
    "pug": "^2",
    "pug-runtime": "^3.0.1",
    "react": "^16",
    "react-dom": "^16",
    "regenerator-runtime": "^0.13.11",
    "storypug": "^1.0.0-rc.8",
    "ts-jest": "^29.0.5",
    "typescript": ">=4.9.5"
  },
  "gitHead": "2d8a02dc2a9e22ec1d6b634022cbc1cceffa851b",
  "devDependencies": {
    "eslint": "^8.24.0",
    "eslint-config-reach-dragonfly": "^5.0.6-alpha.0",
    "prettier": "^2.7.1"
  }
}
