{
  "name": "@explorer02/cfm-survey-sdk",
  "version": "0.9.5",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "bin": {
    "cfm-sdk": "./dist/cli/index.js"
  },
  "files": [
    "dist",
    "templates",
    "postinstall.js",
    "postinstall"
  ],
  "scripts": {
    "build": "tsup",
    "build:all": "npm run build",
    "prepare": "npm run build",
    "lint": "npm run lint:types && npm run lint:eslint",
    "lint:types": "tsc --noEmit -p tsconfig.lint.json",
    "lint:eslint": "eslint src",
    "lint:fix": "eslint src --fix",
    "postinstall": "node postinstall.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "docs:sync-manifest": "npx tsx scripts/generate-doc-manifest.ts",
    "split-survey-ui-config": "npx tsx scripts/split-survey-ui-config.ts",
    "merge-survey-ui-config": "npx tsx scripts/merge-survey-ui-config.ts",
    "lint:agent-docs": "bash scripts/lint-agent-docs.sh",
    "sync-agent-stubs": "node scripts/sync-monorepo-agent-stubs.js",
    "prepublish:check": "npm run build && npm run test && npm run test:coverage && npm run lint && npm run lint:agent-docs && npm run docs:sync-manifest"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^5.0.0",
    "react": ">=17.0.0"
  },
  "devDependencies": {
    "@tanstack/react-query": "^5.0.0",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/react": "^17.0.0",
    "@vitest/coverage-v8": "^1.3.1",
    "eslint": "^9",
    "eslint-plugin-react-hooks": "^7.1.1",
    "globals": "^17.7.0",
    "jsdom": "^24.0.0",
    "tsup": "^8.0.2",
    "typescript": "^6.0.0",
    "typescript-eslint": "^8.63.0",
    "vitest": "^1.3.1"
  }
}
