{
  "name": "@orisomething/no-export-duplications",
  "version": "0.0.8",
  "main": "index.js",
  "license": "MIT",
  "repository": "git@github.com:oriSomething/no-export-duplications.git",
  "bin": {
    "no-export-duplications": "bin/cli.js"
  },
  "scripts": {
    "next": "node src/cli.js",
    "test": "jest"
  },
  "dependencies": {
    "@babel/parser": "^7.12.7",
    "@babel/types": "^7.12.7",
    "chalk": "^4.1.0",
    "glob": "^7.1.6",
    "minimatch": "^3.0.4",
    "typescript": "4.1.2",
    "yargs": "^16.1.1"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "eslint": "^7.14.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.0"
  }
}
