{
  "name": "eslint-plugin-vue-required-attributes",
  "version": "1.0.1",
  "author": "ynhhoJ",
  "description": "Require specified attributes on specified components from being used!",
  "license": "MIT",
  "main": "./build/index.js",
  "files": [
    "build"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:ynhhoJ/eslint-plugin-vue-required-attributes.git"
  },
  "scripts": {
    "build": "tsc --build",
    "test": "jest"
  },
  "devDependencies": {
    "@types/eslint": "^8.4.10",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "eslint": "^8.32.0",
    "jest": "^29.4.1",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4",
    "vue-eslint-parser": "^9.1.0"
  },
  "keywords": [
    "eslint",
    "vue",
    "attributes",
    "required"
  ]
}