UNPKG

@turnkey/wallet-stamper

Version:

Wallet stamper for @turnkey/http

66 lines 1.49 kB
{ "name": "@turnkey/wallet-stamper", "version": "1.1.16", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.mjs" } }, "types": "./dist/index.d.ts", "license": "Apache-2.0", "description": "Wallet stamper for @turnkey/http", "keywords": [ "Turnkey", "http", "stamper", "wallet authentication" ], "author": { "name": "Turnkey", "url": "https://turnkey.com/" }, "homepage": "https://github.com/tkhq/sdk", "bugs": { "url": "https://github.com/tkhq/sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tkhq/sdk.git", "directory": "packages/wallet-stamper" }, "files": [ "dist/", "CHANGELOG.md", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "@turnkey/crypto": "2.8.14", "@turnkey/encoding": "0.6.0" }, "optionalDependencies": { "viem": "^2.21.35" }, "devDependencies": { "@solana/web3.js": "^1.95.8", "dotenv": "^16.0.3", "tweetnacl": "^1.0.3", "tweetnacl-util": "^0.15.1", "typescript": "5.4.3", "@turnkey/api-key-stamper": "0.6.5", "@turnkey/http": "3.18.1" }, "scripts": { "build": "rollup -c", "clean": "rimraf ./dist ./.cache", "test": "jest", "typecheck": "tsc -p tsconfig.typecheck.json" } }