UNPKG

@atomiqlabs/chain-starknet

Version:
47 lines (46 loc) 1.06 kB
{ "name": "@atomiqlabs/chain-starknet", "version": "7.0.25", "description": "Starknet specific base implementation", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "/dist", "/src" ], "keywords": [ "Starknet", "Bitcoin", "Cross-chain", "Cryptocurrency", "Bridge", "Trustless" ], "author": "adambor", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/atomiqlabs/atomiq-chain-starknet.git" }, "dependencies": { "@atomiqlabs/base": "^12.0.1", "@noble/hashes": "^1.7.1", "@scure/btc-signer": "^1.6.0", "abi-wan-kanabi": "2.2.4", "buffer": "6.0.3", "promise-queue-ts": "^1.0.0", "ws": "^8.18.3" }, "peerDependencies": { "starknet": "^8.5.0" }, "devDependencies": { "@types/node": "^24.5.1", "typescript": "4.9.5" } }