stint-signer
Version:
Short-lived, non-custodial session signer using passkeys for Cosmos SDK
68 lines (67 loc) • 1.72 kB
JSON
{
"name": "stint-signer",
"version": "0.5.8",
"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.39.2",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"@vitest/coverage-v8": "^4.0.16",
"@vitest/ui": "^4.0.16",
"eslint": "^9.39.2",
"happy-dom": "^20.0.11",
"prettier": "^3.7.4",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
},
"dependencies": {
"@cosmjs/crypto": "^0.37.0",
"@cosmjs/encoding": "^0.37.0",
"@cosmjs/proto-signing": "^0.37.0",
"@cosmjs/stargate": "^0.37.0",
"cosmjs-types": "^0.11.0"
}
}