{
  "name": "eslint-plugin-orbit-components",
  "description": "Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components",
  "version": "0.6.10",
  "author": "Kiwi.com",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./README.md": "./README.md",
    "./package.json": "./package.json"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kiwicom/orbit.git",
    "directory": "packages/eslint-plugin-orbit-components"
  },
  "gitHead": "8160b3c1c3b9a751c098007e17ddc5df934d602c",
  "files": [
    "dist",
    "docs",
    "package.json",
    "README.md",
    "yarn.lock"
  ],
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "orbit-components",
    "kiwicom"
  ],
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "yarn build"
  },
  "peerDependencies": {
    "eslint": ">=8"
  },
  "devDependencies": {
    "del-cli": "^5.0.0",
    "tsup": "^6.1.0"
  },
  "dependencies": {
    "@babel/types": "=7.12.10"
  }
}
