{
  "name": "notform",
  "type": "module",
  "version": "2.1.3",
  "private": false,
  "description": "Vue Forms Without the Friction",
  "author": "Favour Emeka <favorodera@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/favorodera",
  "homepage": "https://notformdocs.vercel.app/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/favorodera/notform.git"
  },
  "bugs": {
    "url": "https://github.com/favorodera/notform/issues"
  },
  "keywords": [
    "notform",
    "vue",
    "form",
    "vue form",
    "validator",
    "vue form validator"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.0.0",
    "pnpm": ">=11.0.0"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "dependencies": {
    "@standard-schema/spec": "^1.1.0",
    "dequal": "^2.0.3",
    "dot-prop": "^10.1.0",
    "klona": "^2.0.6"
  },
  "devDependencies": {
    "@favorodera/eslint-config": "^0.1.4",
    "@types/node": "^25.6.0",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vitest/ui": "^4.1.4",
    "@vue/test-utils": "^2.4.6",
    "happy-dom": "^20.10.6",
    "tsdown": "^0.22.2",
    "type-fest": "^5.5.0",
    "vite": "^8.0.16",
    "vitest": "^4.1.8",
    "vue": "^3.5.34",
    "vue-tsc": "^3.3.5"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "test:watch": "vitest watch --ui",
    "typecheck": "vue-tsc --noEmit",
    "lint": "eslint . --fix"
  }
}