{
  "name": "@conveniencepro/ctp-examples",
  "version": "1.0.0",
  "description": "Example tool implementations for ConveniencePro Tool Protocol",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./tools/*": "./dist/tools/*.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "keywords": [
    "ctp",
    "conveniencepro",
    "tool-protocol",
    "examples"
  ],
  "author": "ConveniencePro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/titan-alpha/ctp.git",
    "directory": "packages/ctp-examples"
  },
  "homepage": "https://spec.conveniencepro.cc/examples/overview",
  "bugs": {
    "url": "https://github.com/titan-alpha/ctp/issues"
  },
  "dependencies": {
    "@conveniencepro/ctp-core": "^1.0.0",
    "@conveniencepro/ctp-runtime": "^1.0.0"
  },
  "devDependencies": {
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  }
}
