{
  "name": "@simbathesailor/babel-plugin-use-what-changed",
  "version": "2.1.0",
  "license": "MIT",
  "author": "simbathesailor",
  "main": "dist/index.js",
  "module": "dist/babel-plugin-use-what-changed.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --env=jsdom",
    "lint": "tsdx lint"
  },
  "peerDependencies": {
    "@simbathesailor/use-what-changed": "2.x",
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@types/jest": "^24.0.23",
    "@types/react": "^16.9.16",
    "@types/react-dom": "^16.9.4",
    "husky": "^3.1.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "tsdx": "^0.13.2",
    "tslib": "^1.10.0",
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "@babel/generator": "^7.7.7",
    "@babel/parser": "^7.14.4",
    "@babel/types": "^7.7.4",
    "@types/babel-template": "^6.25.2",
    "babel-template": "^6.26.0",
    "babel-traverse": "^6.26.0",
    "babel-types": "^6.26.0",
    "babylon": "^6.18.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/simbathesailor/babel-plugin-use-what-changed"
  },
  "homepage": "https://github.com/simbathesailor/babel-plugin-use-what-changed#readme"
}
