{
  "name": "eslint-plugin-tech-radar",
  "version": "2.0.0",
  "description": "An eslint plugin to encourage adherence to an organisational tech radar",
  "main": "index.js",
  "types": "./index.d.ts",
  "keywords": [
    "eslint",
    "plugin",
    "dependencies",
    "dependency",
    "list",
    "radar",
    "tech radar",
    "tech-radar",
    "allow",
    "allowed",
    "whitelist",
    "disallow",
    "disallowed",
    "forbid",
    "forbidden",
    "blacklist"
  ],
  "scripts": {
    "test": "jest",
    "coverage": "jest --coverage",
    "lint": "eslint .",
    "lint-staged": "lint-staged",
    "prepare": "husky"
  },
  "bin": {
    "export-tech-radar": "./bin/export-tech-radar"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/acuminous/eslint-plugin-tech-radar.git"
  },
  "author": "Stephen Cresswell",
  "license": "ISC",
  "dependencies": {
    "esprima": "~4.0.0",
    "nopt": "^7.2.1",
    "oubliette": "^1.0.4",
    "papaparse": "^5.4.1",
    "semver": "^7.6.2"
  },
  "devDependencies": {
    "@types/eslint": "^8.56.10",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "husky": "^9.0.11",
    "jest": "~29.3.0",
    "lint-staged": "^15.2.2"
  },
  "lint-staged": {
    "*.js": "eslint --fix"
  },
  "bugs": {
    "url": "https://github.com/acuminous/eslint-plugin-tech-radar/issues"
  },
  "homepage": "https://github.com/acuminous/eslint-plugin-tech-radar#readme",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  }
}
