{
  "name": "vue-use-form",
  "version": "0.1.3",
  "description": "",
  "keywords": [
    "vue",
    "vue-composable-form",
    "vue-hook-form",
    "vue-form",
    "vue-validate",
    "vue-use-form"
  ],
  "license": "MIT",
  "author": "snowingfox",
  "repository": {
    "url": "https://github.com/vue-use-form/vue-use-form"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  },
  "peerDependencies": {
    "vue": ">=3.0.0"
  }
}
