{
  "name": "@hawcx/core",
  "version": "2.4.1",
  "description": "Headless Hawcx client that talks to the authentication API and exposes a typed flow state machine.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "license": "UNLICENSED",
  "author": "Hawcx Team",
  "repository": {
    "type": "git",
    "url": "https://github.com/hawcx/hawcx_web_demo.git",
    "directory": "frontend/sdk/core"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./node_modules/typescript/bin/tsc -p tsconfig.build.json",
    "test": "node ./node_modules/vitest/vitest.mjs run",
    "test:watch": "vitest",
    "test:coverage": "node ./node_modules/vitest/vitest.mjs run --coverage",
    "test:ui": "vitest --ui"
  },
  "dependencies": {
    "ky": "^1.7.2",
    "neverthrow": "^8.1.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@vitest/coverage-v8": "^1.4.0",
    "@vitest/ui": "^1.4.0",
    "typescript": "^5.4.0",
    "vitest": "^1.4.0"
  }
}
