UNPKG

@turnkey/solana

Version:

Turnkey Solana Signer for @solana/web3js

65 lines 1.49 kB
{ "name": "@turnkey/solana", "version": "1.1.17", "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": "Turnkey Solana Signer for @solana/web3js", "keywords": [ "Turnkey", "Solana", "web3js", "web3" ], "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/solana" }, "files": [ "dist/", "CHANGELOG.md", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "@solana/web3.js": "^1.95.8", "@turnkey/http": "3.15.0", "@turnkey/sdk-browser": "5.13.4", "@turnkey/sdk-server": "4.12.1", "@turnkey/core": "1.8.2" }, "devDependencies": { "tweetnacl": "^1.0.3", "@turnkey/api-key-stamper": "0.5.0", "@turnkey/encoding": "0.6.0" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "rollup -c", "clean": "rimraf ./dist ./.cache", "test": "DOTENV_CONFIG_PATH=.env.test jest --passWithNoTests", "typecheck": "tsc -p tsconfig.typecheck.json" } }