{
  "name": "@downcity/type",
  "version": "0.1.197",
  "description": "Downcity shared protocol types for cross-package SDK boundaries.",
  "type": "module",
  "main": "./bin/index.js",
  "module": "./bin/index.js",
  "exports": {
    ".": {
      "types": "./bin/index.d.ts",
      "import": "./bin/index.js"
    }
  },
  "types": "./bin/index.d.ts",
  "files": [
    "bin"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesiscosmos/downcity.git",
    "directory": "packages/type"
  },
  "homepage": "https://downcity.ai",
  "bugs": {
    "url": "https://github.com/genesiscosmos/downcity/issues"
  },
  "keywords": [
    "downcity",
    "types",
    "protocol",
    "sdk"
  ],
  "license": "MIT",
  "dependencies": {
    "ai": "^6.0.193"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "version:patch": "node ../../scripts/bump-package-version.mjs ./package.json"
  }
}