{
  "name": "@mauroandre/weave-sdk",
  "version": "0.0.46",
  "description": "Weave SDK — typed object client over the Weave HTTP API. The glue: entities-as-code in, objects out, HTTP/JSON invisible.",
  "type": "module",
  "license": "MIT",
  "author": "Mauro André",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mauro-andre/weave.git",
    "directory": "packages/sdk"
  },
  "homepage": "https://github.com/mauro-andre/weave#readme",
  "bugs": "https://github.com/mauro-andre/weave/issues",
  "bin": {
    "weave": "dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "agent"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./cli": {
      "types": "./dist/cli.d.ts",
      "import": "./dist/cli.js"
    }
  },
  "scripts": {
    "build": "tsup",
    "prepack": "node ../../scripts/build-agent-skills.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "weave",
    "postgres",
    "orm",
    "typed-client",
    "sdk",
    "typescript"
  ],
  "dependencies": {
    "jiti": "^2.7.0"
  }
}
