{
  "name": "axi-sdk-js",
  "version": "0.1.11",
  "description": "Shared Node.js primitives for building AXI CLIs",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/kunchenguid/axi.git",
    "directory": "packages/axi-sdk-js"
  },
  "keywords": [
    "axi",
    "agent",
    "cli",
    "sdk",
    "toon",
    "node"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./fast-path": {
      "types": "./dist/fast-path.d.ts",
      "import": "./dist/fast-path.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@toon-format/toon": "^2.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vite-node": "^3.2.4",
    "vitest": "^3.0.0"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20"
  }
}
