{
  "name": "vue-ts-types",
  "version": "1.9.0",
  "description": "Lightweight TypeScript-first Vue prop type definitions",
  "keywords": [
    "vue",
    "vue2",
    "vue3",
    "vuejs",
    "vuejs2",
    "vuejs3",
    "typescript",
    "prop-types",
    "props",
    "proptype-validators",
    "proptypes",
    "hacktoberfest"
  ],
  "homepage": "https://github.com/FloEdelmann/vue-ts-types",
  "bugs": {
    "url": "https://github.com/FloEdelmann/vue-ts-types/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FloEdelmann/vue-ts-types.git"
  },
  "license": "MIT",
  "author": "Flo Edelmann",
  "sideEffects": false,
  "type": "commonjs",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc --project tsconfig.build.json",
    "build:esm": "tsc --project tsconfig.build.esm.json",
    "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",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "type-test": "tstyche",
    "type-test:watch": "tstyche --watch"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/eslint-config-prettier": "^6.11.3",
    "@vitest/eslint-plugin": "^1.5.0",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-package-json": "^0.85.0",
    "eslint-plugin-unicorn": "^62.0.0",
    "jiti": "^2.6.1",
    "lefthook": "^2.0.4",
    "markdownlint-cli": "^0.46.0",
    "prettier": "3.7.1",
    "tstyche": "^5.0.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.48.0",
    "vitest": "^4.0.14",
    "vue": "^3.5.25",
    "vue2-6": "npm:vue@~2.6.14",
    "vue2-7": "npm:vue@~2.7.16"
  },
  "peerDependencies": {
    "vue": "^2.6 || ^3.2"
  },
  "engines": {
    "node": ">=12"
  }
}
