{
  "name": "idea-exclude",
  "version": "1.3.0",
  "description": "Excludes directories in Idea environments",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": "git@github.com:theKashey/idea-exclude.git",
  "author": "Anton Korzunov <thekashey@gmail.com>",
  "license": "MIT",
  "scripts": {
    "clear": "rm -Rf ./dist",
    "build": "yarn clear && yarn compile && yarn set-permissions",
    "compile": "tsc --project tsconfig.build.json",
    "set-permissions": "chmod +x ./dist/cli.js",
    "prepublish": "yarn build",
    "cli:run": "node dist/cli.js",
    "postbuild": "node dist/cli.js idea-exclude **/fs.ts --lookabove & node dist/cli.js idea-exclude \"dist/**\" --lookabove & node dist/cli.js idea-exclude \"__tests__\" --test-root --lookabove"
  },
  "dependencies": {
    "diary": "^0.1.6",
    "glob": "^7.1.6",
    "proper-lockfile": "^4.1.2",
    "sade": "^1.7.4",
    "search-trie": "^2.0.0"
  },
  "bin": {
    "idea-exclude": "./dist/cli.js"
  },
  "keywords": [
    "idea",
    "webstorm",
    "monorepo",
    "node_modules"
  ],
  "devDependencies": {
    "@types/glob": "^7.1.3",
    "@types/proper-lockfile": "^4.1.4",
    "@types/sade": "^1.7.3",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "typescript": "^4.0.5"
  }
}
