{
  "name": "shiro-orm",
  "version": "0.0.5",
  "type": "module",
  "description": "Access your RONIN database via TypeScript.",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./types": {
      "import": "./dist/types/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./schema": {
      "import": "./dist/schema/index.js",
      "types": "./dist/schema/index.d.ts"
    },
    "./utils": {
      "import": "./dist/utils/index.js",
      "types": "./dist/utils/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/index.d.ts"
      ],
      "types": [
        "dist/types/index.d.ts"
      ],
      "schema": [
        "dist/schema/index.d.ts"
      ],
      "utils": [
        "dist/utils/index.d.ts"
      ]
    }
  },
  "scripts": {
    "type-check": "tsc --pretty",
    "test": "bun test",
    "build": "tsup",
    "dev": "tsup --watch"
  },
  "keywords": [
    "ronin",
    "client",
    "database",
    "orm",
    "edge",
    "serverless"
  ],
  "author": "ronin",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ronin-co/shiro"
  },
  "homepage": "https://ronin.co/docs/typescript-client",
  "engines": {
    "node": ">=18.17.0"
  },
  "devDependencies": {
    "shiro-compiler": "workspace:*",
    "shiro-syntax": "workspace:*"
  }
}
