{
	"name": "@gamecore-api/sdk",
	"version": "0.71.0",
	"description": "TypeScript SDK for GameCore API — browser-safe, zero dependencies",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"require": "./dist/index.js",
			"types": "./dist/index.d.ts"
		},
		"./server": {
			"import": "./dist/server.js",
			"require": "./dist/server.js",
			"types": "./dist/server.d.ts"
		},
		"./csp": {
			"import": "./dist/csp.js",
			"require": "./dist/csp.js",
			"types": "./dist/csp.d.ts"
		}
	},
	"files": ["dist", "examples", "AGENTS.md", "CHANGELOG.md", "docs"],
	"scripts": {
		"build": "bun build src/index.ts --outdir dist --target browser && bun build src/server.ts --outdir dist --target node && bun build src/csp.ts --outdir dist --target browser && bun x tsc --emitDeclarationOnly",
		"typecheck": "bun x tsc --noEmit",
		"typecheck:examples": "bun x tsc --project tsconfig.examples.json"
	},
	"devDependencies": {
		"@types/node": "^25.5.0",
		"typescript": "^5.0.0"
	},
	"keywords": ["gamecore", "game-donation", "sdk", "api-client", "typescript"],
	"license": "MIT"
}
