{ "name": "@momswap/geo-api-client", "version": "0.1.0", "description": "TypeScript API client for the Momswap Geo backend", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "bun build src/index.ts --outdir dist --format esm --target browser", "test": "bun test" }, "dependencies": { "@noble/ed25519": "latest" }, "devDependencies": { "typescript": "latest" } }