{
  "name": "@wisemen/vue-core-api-utils",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "version": "1.2.0",
  "license": "SEE LICENSE IN LICENSE.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/wisemen-digital/wisemen-core",
    "directory": "packages/api-utils"
  },
  "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",
  "keywords": [
    "tanstack-intent",
    "vue-query",
    "result",
    "error-handling"
  ],
  "files": [
    "dist",
    "skills"
  ],
  "peerDependencies": {
    "@tanstack/vue-query": ">=5.90.5",
    "neverthrow": ">=8.2.0",
    "vue": ">=3.5.22"
  },
  "devDependencies": {
    "@tanstack/intent": "^0.0.29",
    "@types/node": "24.8.1",
    "eslint": "9.39.4",
    "tsdown": "0.18.4",
    "typescript": "5.9.3",
    "vue": "3.5.27",
    "vitest": "4.1.0",
    "@wisemen/eslint-config-vue": "2.1.2"
  },
  "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"
  }
}