{
  "name": "@bedrock-rbx/ocale",
  "version": "0.3.2",
  "description": "Roblox Open Cloud API client",
  "keywords": [
    "api",
    "ocale",
    "open-cloud",
    "roblox"
  ],
  "homepage": "https://bedrock-livid.vercel.app/",
  "bugs": {
    "url": "https://github.com/christopher-buss/bedrock/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/christopher-buss/bedrock.git",
    "directory": "packages/open-cloud"
  },
  "license": "MIT",
  "author": "Christopher Buss <christopher.buss@pm.me> (https://github.com/christopher-buss)",
  "sideEffects": false,
  "type": "module",
  "imports": {
    "#src/*": "./src/*.ts",
    "#tests/*": "./tests/*.ts"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./badges": "./dist/badges.mjs",
    "./developer-products": "./dist/developer-products.mjs",
    "./game-passes": "./dist/game-passes.mjs",
    "./locales": "./dist/locales.mjs",
    "./luau-execution": "./dist/luau-execution.mjs",
    "./package.json": "./package.json",
    "./places": "./dist/places.mjs",
    "./storage": "./dist/storage.mjs",
    "./testing": "./dist/testing.mjs",
    "./universes": "./dist/universes.mjs"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@stryker-mutator/api": "9.6.1",
    "@stryker-mutator/core": "9.6.1",
    "@stryker-mutator/typescript-checker": "9.6.1",
    "@stryker-mutator/vitest-runner": "9.6.1",
    "@total-typescript/shoehorn": "0.1.2",
    "@types/bun": "1.4.0",
    "ajv": "8.18.0",
    "ajv-formats": "3.0.1",
    "oxc-minify": "0.137.0",
    "type-fest": "5.6.0",
    "typescript": "npm:@typescript/typescript6@6.0.1",
    "vitest": "4.1.9",
    "@bedrock-rbx/testing": "0.0.0",
    "@bedrock-rbx/typescript-config": "0.0.0",
    "@bedrock-rbx/vite-config": "0.0.0"
  },
  "engines": {
    "node": ">=24.12.0",
    "bun": ">=1.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "refresh-locales": "bun scripts/fetch-locales.ts",
    "refresh-openapi": "bun scripts/fetch-openapi.ts",
    "test": "vp test",
    "typecheck": "tsgo --noEmit"
  }
}