UNPKG

stint-signer

Version:

Short-lived, non-custodial session signer using passkeys for Cosmos SDK

68 lines (67 loc) 1.72 kB
{ "name": "stint-signer", "version": "0.5.2", "description": "Short-lived, non-custodial session signer using passkeys for Cosmos SDK", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "dev:example": "pnpm --filter stint-example-dither-post-demo dev", "typecheck": "tsc --noEmit", "lint": "eslint src examples --ext ts,tsx", "format": "prettier --write \"src/**/*.ts\" \"examples/**/src/**/*.ts\"", "test": "vitest run", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage" }, "keywords": [ "cosmos", "cosmjs", "wallet", "session", "signer", "authz", "passkey", "webauthn" ], "author": "n2p5", "license": "Unlicense", "repository": { "type": "git", "url": "git+https://github.com/n2p5/stint.git" }, "packageManager": "pnpm@10.12.4", "devDependencies": { "@eslint/js": "^9.33.0", "@types/node": "^24.2.1", "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.1", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "eslint": "^9.33.0", "happy-dom": "^18.0.1", "prettier": "^3.6.2", "tsup": "^8.5.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "@cosmjs/crypto": "^0.35.0", "@cosmjs/encoding": "^0.35.0", "@cosmjs/proto-signing": "^0.35.0", "@cosmjs/stargate": "^0.35.0", "cosmjs-types": "^0.10.1" } }