{
  "name": "@type_sync/core",
  "version": "0.1.2",
  "description": "TypeSync core - Type-safe API router",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "dependencies": {
    "zod": "^3.22.4",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "typescript": "^5.3.3",
    "@types/node": "^20.11.0",
    "@types/ws": "^8.5.10"
  },
  "author": "tashikomaaa",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tashikomaaa/typesync.git"
  },
  "homepage": "https://tashikomaaa.github.io/typesync/",
  "bugs": {
    "url": "https://github.com/tashikomaaa/typesync/issues"
  },
  "keywords": [
    "typesync",
    "typescript",
    "validation",
    "zod",
    "api"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ]
}
