{
  "name": "@magicapply/retool-typebox-client",
  "version": "2.0.27",
  "description": "Minimal TypeBox client for Retool Workflows with compile-time autocompletion",
  "type": "commonjs",
  "files": [
    "dist/**"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "build:dts": "tsc --emitDeclarationOnly",
    "build": "npm run clean && bun build ./src/index.ts --outdir dist --target=node --format=cjs --external @sinclair/typebox && npm run build:dts",
    "test": "bun test && tsd",
    "version:bump": "bun run ../../../scripts/bump-patch-version.ts .",
    "publish:patch": "npm run version:bump && npm run build && npm publish --access public --ignore-scripts",
    "publish": "npm run build"
  },
  "keywords": [
    "typebox",
    "retool",
    "typescript",
    "validation",
    "schema"
  ],
  "dependencies": {
    "@sinclair/typebox": "^0.34.33",
    "@sinclair/typemap": "^0.10.0",
    "node-fetch": "3.3.2",
    "type-fest": "^4.7.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Magic-Apply/magic-fn.git",
    "directory": "packages/retool/typebox-client"
  },
  "license": "MIT",
  "devDependencies": {
    "tsd": "^0.32.0"
  }
}
