{
  "name": "@atomiqlabs/chain-starknet",
  "version": "1.0.8",
  "description": "Starknet specific base implementation",
  "main": "./dist/index.js",
  "types:": "./dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "keywords": [
    "Starknet",
    "Bitcoin",
    "Cross-chain",
    "Cryptocurrency",
    "Bridge",
    "Trustless"
  ],
  "author": "adambor",
  "license": "ISC",
  "dependencies": {
    "@atomiqlabs/base": "^8.0.0",
    "@noble/hashes": "^1.7.1",
    "@scure/btc-signer": "1.6.0",
    "abi-wan-kanabi": "2.2.4",
    "buffer": "6.0.3"
  },
  "peerDependencies": {
    "starknet": "^6.11.0"
  },
  "devDependencies": {
    "typescript": "4.9.5"
  }
}
