Fictional currency management API, for integration in games, discord bots and more! shard.thevoid.cafe
currency api
at develop 522 B view raw
1{ 2 "name": "shard", 3 "version": "0.1.0", 4 "description": "Fictional currency management API, for integration in games, discord bots and more!", 5 "main": "src/index.ts", 6 "scripts": { 7 "start": "bun .", 8 "dev": "bun --watch ." 9 }, 10 "keywords": [ 11 "shard", 12 "currency", 13 "management", 14 "api", 15 "integration", 16 "games", 17 "discord" 18 ], 19 "author": "Johannes Reckers", 20 "license": "MIT", 21 "dependencies": { 22 "hono": "^4.11.1" 23 }, 24 "devDependencies": { 25 "@types/bun": "^1.3.5" 26 } 27}