{
  "name": "react-test-renderer-shallow-json",
  "version": "1.1.4",
  "description": "React package for shallow snapshot testing.",
  "keywords": [
    "react",
    "react-native",
    "react-testing",
    "shallow",
    "shallow snapshot"
  ],
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch",
    "release": "dotenv semantic-release",
    "eslint": "eslint 'src/**/*.[tj]s'",
    "docs": "typedoc --plugin typedoc-plugin-markdown",
    "toc": "doctoc README.md --title '**Table of Contents**'",
    "test": "jest",
    "watch": "jest --watch -u",
    "prepare": "husky install"
  },
  "author": "Andreas Deuschlinger",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^17.6.1",
    "@commitlint/config-conventional": "^17.6.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/jest": "^29.5.0",
    "@types/react": "^17.0.58",
    "@types/react-dom": "^17.0.19",
    "@types/react-test-renderer": "^17.0.2",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "doctoc": "^2.2.1",
    "dotenv-cli": "^7.2.1",
    "eslint": "^8.38.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-tsdoc": "^0.2.17",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "lint-staged": "^13.2.1",
    "microbundle": "^0.15.1",
    "prettier": "^2.8.7",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "semantic-release": "^21.0.1",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.24.2",
    "typedoc-plugin-markdown": "^3.15.1",
    "typescript": "^5.0.4"
  }
}
