{
  "name": "starkinfra",
  "version": "0.17.0",
  "description": "SDK to facilitate Node integrations with Stark Infra",
  "main": "index.js",
  "directories": {
    "lib": "sdk",
    "test": "tests"
  },
  "scripts": {
    "test": "mocha tests --timeout 20000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/starkinfra/sdk-node.git"
  },
  "keywords": [
    "ecdsa",
    "signature",
    "sdk",
    "stark",
    "starkinfra",
    "openbanking"
  ],
  "author": "Stark Infra",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/starkinfra/sdk-node/issues"
  },
  "homepage": "https://github.com/starkbank/ecdsa-node#readme",
  "dependencies": {
    "axios": "^1.6.2",
    "starkbank-ecdsa": "^1.1.5",
    "starkcore": "^0.1.6"
  },
  "devDependencies": {
    "mocha": "^9.1.3",
    "utf8": "^3.0.0"
  }
}
