{ "name": "@bytelyst/org-client", "version": "0.1.5", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc" }, "devDependencies": { "typescript": "^5.7.3" } }