{
  "name": "vue-ts-types",
  "version": "1.6.2",
  "description": "Lightweight TypeScript-first Vue prop type definitions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "type-test": "tstyche",
    "format": "prettier . --write",
    "lint": "npm run lint:eslint && npm run lint:markdownlint && npm run lint:prettier",
    "lint:eslint": "eslint .",
    "lint:markdownlint": "markdownlint \"**/*.md\"",
    "lint:prettier": "prettier . --check",
    "build": "tsc --project tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FloEdelmann/vue-ts-types.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "vue",
    "vue2",
    "vue3",
    "vuejs",
    "vuejs2",
    "vuejs3",
    "typescript",
    "prop-types",
    "props",
    "proptype-validators",
    "proptypes",
    "hacktoberfest"
  ],
  "author": "Flo Edelmann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FloEdelmann/vue-ts-types/issues"
  },
  "homepage": "https://github.com/FloEdelmann/vue-ts-types",
  "devDependencies": {
    "@eslint/js": "^9.1.1",
    "@jest/globals": "^29.7.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^28.2.0",
    "eslint-plugin-jest-formatting": "^3.1.0",
    "eslint-plugin-unicorn": "^52.0.0",
    "jest": "^29.7.0",
    "jest-extended": "^4.0.2",
    "lefthook": "^1.6.10",
    "markdownlint-cli": "^0.39.0",
    "prettier": "3.2.5",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "tstyche": "^1.1.0",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.7.1",
    "vue": "^3.4.25",
    "vue2-6": "npm:vue@~2.6.14",
    "vue2-7": "npm:vue@~2.7.16"
  },
  "peerDependencies": {
    "vue": "^2.6 || ^3.2"
  }
}
