{
  "name": "@brawlik/types",
  "module": "index.ts",
  "type": "module",
  "version": "1.0.2",
  "author": "unitoshka",
  "keywords": [
    "brawlstars", 
    "brawl",
    "brawl-api",
    "types",
    "code-generated",
    "auto-published",
    "cicd",
    "api"
  ],
  "types": "./out/index.d.ts",
  "typings": "./out/index.d.ts",
  "exports": {
    ".": {
      "types": "./out/index.d.ts"
    },
    "./*": {
			"types": "./out/*.d.ts"
		}
  },
  "devDependencies": {
    "@types/bun": "^1.2.17",
    "@sinclair/typebox": "^0.34.37",
    "yaml": "^2.8.0"
  },
  "peerDependencies": {
    "typescript": "^5.8.3"
  },
  "scripts": {
    "generate": "bun src/index.ts"
  },
  "files": [
		"out"
	]
}
