{
  "name": "@explorer02/cfm-survey-sdk",
  "version": "0.2.2",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "cfm-sdk": "./dist/cli/index.js"
  },
  "files": [
    "dist",
    "templates",
    "postinstall.js"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "tsc --noEmit",
    "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"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@testing-library/user-event": "^14.5.2",
    "@vitest/coverage-v8": "^1.3.1",
    "@types/react": "^17.0.0",
    "@tanstack/react-query": "^5.0.0",
    "jsdom": "^24.0.0",
    "tsup": "^8.0.2",
    "typescript": "^6.0.0",
    "vitest": "^1.3.1"
  }
}
