{
  "name": "babel-plugin-direct-import",
  "version": "1.0.0",
  "description": "Babel plugin to cherry-pick ES module imports",
  "keywords": [
    "babel-plugin",
    "modules",
    "materia-ui"
  ],
  "repository": "https://github.com/umidbekk/babel-plugin-direct-import.git",
  "license": "MIT",
  "author": "Umidbek Karimov <4734297+umidbekk@users.noreply.github.com>",
  "main": "lib/plugin.js",
  "files": [
    "lib",
    "!*.spec.js"
  ],
  "scripts": {
    "lint": "prettier -wc .",
    "prepare": "husky install",
    "prerelease": "npm i && npm ddp && npm run lint",
    "release": "np --no-2fa",
    "tdd": "jest --watch",
    "test": "jest --coverage"
  },
  "lint-staged": {
    "*": "prettier -wu"
  },
  "jest": {
    "coveragePathIgnorePatterns": [
      "/test/",
      "/node_modules/"
    ],
    "testEnvironment": "node",
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  },
  "dependencies": {
    "resolve": "^1.20.0"
  },
  "devDependencies": {
    "@babel/core": "7.16.0",
    "@babel/parser": "7.16.2",
    "@babel/plugin-syntax-flow": "7.16.0",
    "@material-ui/core": "4.12.3",
    "@material-ui/icons": "4.11.2",
    "@material-ui/lab": "4.0.0-alpha.60",
    "@mui/core": "5.0.0-alpha.53",
    "@mui/icons-material": "5.0.5",
    "@mui/lab": "5.0.0-alpha.53",
    "@mui/material": "5.0.6",
    "@mui/system": "5.0.6",
    "@types/jest": "27.0.2",
    "@types/node": "16.11.6",
    "@types/resolve": "1.20.1",
    "@umidbekk/configs": "0.1.0",
    "husky": "7.0.4",
    "jest": "27.3.1",
    "jest-watch-typeahead": "1.0.0",
    "lint-staged": "11.2.6",
    "np": "7.5.0",
    "prettier": "2.4.1",
    "prettier-plugin-packagejson": "2.2.13",
    "typescript": "4.4.4",
    "yup": "0.32.11"
  },
  "engines": {
    "node": ">=12.0.0",
    "npm": ">=7"
  }
}
