@turnkey/wallet-stamper
Version:
Wallet stamper for @turnkey/http
65 lines • 1.47 kB
JSON
{
"name": "@turnkey/wallet-stamper",
"version": "1.0.3",
"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": "https://github.com/tkhq/sdk.git",
"directory": "packages/wallet-stamper"
},
"files": [
"dist/",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@turnkey/crypto": "2.3.1",
"@turnkey/encoding": "0.4.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.1.3",
"@turnkey/api-key-stamper": "0.4.4",
"@turnkey/http": "2.18.0"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf ./dist ./.cache",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
}
}