{
  "name": "@toolprint/sdk",
  "version": "0.1.3",
  "type": "module",
  "license": "MIT",
  "author": "OneGrep, Inc.",
  "homepage": "https://www.toolprint.ai",
  "bugs": {
    "url": "https://github.com/toolprint/sdk-ts/issues"
  },
  "keywords": [
    "toolprint",
    "onegrep",
    "tools",
    "ai-tools",
    "semantic-tools",
    "tool-selection",
    "semantic-search",
    "mcp",
    "model-context-protocol",
    "ai-agents",
    "agent-tools",
    "tool-search",
    "tool-discovery",
    "tool-execution",
    "tool-orchestration",
    "tool-automation",
    "tool-management",
    "search-ranking",
    "context-aware-search",
    "intelligent-tool-selection",
    "toolprints"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/index.cjs",
    "import": "./dist/index.js"
  },
  "files": [
    "dist/**/*"
  ],
  "outputs": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/toolprint/sdk-ts",
    "directory": "packages/toolprint-sdk"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/eslint": "^8.56.12",
    "@types/node": "^22.15.34",
    "chalk": "^5.3.0",
    "check-licenses": "^1.1.0",
    "dotenv": "^16.6.1",
    "eslint": "^9.30.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.44.1",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-tsc-alias": "^1.1.4",
    "tsup": "^8.5.0",
    "tsx": "^4.20.3",
    "typescript": "latest",
    "vitest": "^3.2.4",
    "@repo/typescript-config": "0.0.0",
    "@repo/utils": "0.0.0",
    "@toolprint/api-client": "0.1.1",
    "@repo/eslint-config": "0.0.0"
  },
  "dependencies": {
    "@blaxel/core": "0.2.18",
    "@composio/mcp": "^1.0.7",
    "@dopplerhq/node-sdk": "^1.3.0",
    "@modelcontextprotocol/sdk": "^1.13.2",
    "@smithery/sdk": "1.5.2",
    "@toolprint/json-schema-to-zod": "0.1.0",
    "@zodios/core": "^10.9.6",
    "ajv": "^8.17.1",
    "buffer": "^6.0.3",
    "cache-manager": "^6.4.3",
    "cacheable": "^1.10.0",
    "chalk": "^5.4.1",
    "composio-core": "^0.5.39",
    "date-fns": "^4.1.0",
    "eventsource": "^3.0.7",
    "keyv": "^5.3.4",
    "pkce-challenge": "^5.0.0",
    "uuid": "^11.1.0",
    "yaml": "^2.8.0",
    "zod": "^3.25.67"
  },
  "peerDependencies": {
    "@blaxel/langgraph": "^0.2.0",
    "@langchain/core": "^0.3.51",
    "@langchain/langgraph": "^0.2.68",
    "axios": "^1.7.9"
  },
  "scripts": {
    "check-types": "tsc --noEmit",
    "lint": "eslint src package.json",
    "lint:fix": "eslint src package.json --fix",
    "build": "tsup src/index.ts --tsconfig tsconfig.json",
    "test": "LOG_MODE=file LOG_LEVEL=debug vitest run --config vitest.config.ts --disable-console-intercept ",
    "test:watch": "LOG_MODE=file LOG_LEVEL=debug vitest watch --config vitest.config.ts --disable-console-intercept",
    "licenses": "pnpm licenses list --prod --long > .licenses.txt",
    "package": "mkdir -p pack && pnpm pack --pack-destination pack",
    "version": "changeset version",
    "publish:npm": "pnpm publish",
    "publish:npm:dry-run": "pnpm publish --dry-run",
    "clean:dist": "rimraf ./dist",
    "clean:modules": "rimraf ./node_modules",
    "clean:pack": "rimraf ./pack"
  }
}