{ "name": "shard", "version": "0.1.0", "description": "Fictional currency management API, for integration in games, discord bots and more!", "main": "src/index.ts", "scripts": { "start": "bun .", "dev": "bun --watch ." }, "keywords": [ "shard", "currency", "management", "api", "integration", "games", "discord" ], "author": "Johannes Reckers", "license": "MIT", "dependencies": { "hono": "^4.11.1" }, "devDependencies": { "@types/bun": "^1.3.5" } }