{
  "name": "@fastkit/vue-form-control",
  "version": "0.20.27",
  "description": "Basic form implementation library for Vue applications.",
  "keywords": [
    "fastkit",
    "vue",
    "form",
    "validation",
    "rule"
  ],
  "homepage": "https://github.com/dadajam4/fastkit/tree/dev/packages/vue-form-control#readme",
  "bugs": {
    "url": "https://github.com/dadajam4/fastkit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dadajam4/fastkit.git"
  },
  "license": "MIT",
  "author": "dadajam4",
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/vue-form-control.d.ts",
      "import": {
        "default": "./dist/vue-form-control.mjs"
      }
    },
    "./*": "./dist/*"
  },
  "main": "./dist/vue-form-control.mjs",
  "types": "./dist/vue-form-control.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/vue-form-control.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "imask": "^7.6.1",
    "@fastkit/tiny-logger": "^0.14.5",
    "@fastkit/helpers": "^0.14.5",
    "@fastkit/dom": "^0.2.6",
    "@fastkit/vue-utils": "^0.15.11",
    "@fastkit/debounce": "^0.2.1",
    "@fastkit/rules": "^0.14.7"
  },
  "devDependencies": {
    "vue": "^3.4.0"
  },
  "peerDependencies": {
    "vue": "^3.4.0"
  },
  "_docs": {
    "scope": "vue",
    "feature": "ui",
    "description": {
      "en": "Basic form implementation library for Vue applications.",
      "ja": "Vueアプリケーションのためのフォームの基礎実装ライブラリ。"
    }
  },
  "scripts": {
    "build": "plugboy build",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "eslint": "eslint . --ext ts,tsx,js,vue,html,yaml",
    "eslint:fix": "eslint . --ext ts,tsx,js,vue,html,yaml --fix",
    "format": "pnpm run eslint:fix",
    "lint": "pnpm run eslint",
    "stub": "plugboy stub",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}