{
  "name": "@vue-use-form/yup",
  "version": "0.0.1",
  "description": "yup resolver for vue-use-form",
  "license": "MIT",
  "author": "snowingfox",
  "repository": {
    "url": "https://github.com/vue-use-form/vue-use-form/packages/resolver-yup"
  },
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "bugs": {
    "url": "https://github.com/vue-use-form/vue-use-form/issues"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": ["yup", "vue-use-form", "vue-hook-form", "vue-use-form-resolver"],
  "peerDependencies": {
    "yup": ">=0.32.11",
    "vue-use-form": "workspace:*"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}
