{
  "name": "formango",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "version": "3.2.4",
  "private": false,
  "description": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wisemen-digital/wisemen-core",
    "directory": "packages/formango"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "typings": "./dist/index.d.mts",
  "files": [
    "dist",
    "skills"
  ],
  "peerDependencies": {
    "vue": ">=3.5.22",
    "zod": ">=4.3.5"
  },
  "dependencies": {
    "@vue/devtools-api": "^6.6.4",
    "clone-deep": "4.0.1"
  },
  "devDependencies": {
    "@standard-schema/spec": "1.1.0",
    "@tanstack/intent": "^0.0.29",
    "@types/clone-deep": "4.0.4",
    "@vitest/coverage-v8": "4.1.0",
    "eslint": "9.39.4",
    "tailwindcss": "4.1.18",
    "vite": "8.0.0",
    "vitest": "4.1.0",
    "vue": "3.5.27",
    "@wisemen/eslint-config-vue": "2.1.2"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "keywords": [
    "tanstack-intent"
  ],
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "pub:release": "pnpm publish --access public",
    "pub:beta": "pnpm publish --no-git-checks --access public --tag beta",
    "pub:next": "pnpm publish --no-git-checks --access public --tag next",
    "cleanup": "rimraf dist/ node_modules/ .turbo/",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest --run",
    "typecheck": "pnpm tsc"
  }
}