{ "name": "@sonr.io/sdk", "version": "0.0.11", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "publishConfig": { "access": "public" }, "files": [ "dist", "src" ], "scripts": { "build": "tsc && tsc-alias", "dev": "concurrently \"tsc -w\" \"tsc-alias -w\"", "clean": "rm -rf dist", "test": "echo 'No tests defined for @sonr.io/sdk'", "lint": "biome check .", "format": "biome format . --write", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm build", "release": "cz --no-raise 6,21 bump --yes --increment PATCH" }, "dependencies": { "@simplewebauthn/browser": "^10.0.0", "@simplewebauthn/types": "^10.0.0", "@sonr.io/es": "workspace:*" }, "devDependencies": { "@types/node": "^20.12.2", "concurrently": "^8.0.1", "rimraf": "^5.0.0", "tsc-alias": "^1.8.6", "typescript": "^5.3.3", "vitest": "^1.3.0" } }