UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

41 lines (40 loc) 848 B
{ "name": "starkinfra", "version": "0.14.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.1" }, "devDependencies": { "mocha": "^9.1.3", "utf8": "^3.0.0" } }