UNPKG

@blockchain-api/connector-js

Version:
39 lines (38 loc) 994 B
{ "name": "@blockchain-api/connector-js", "version": "1.0.3", "description": "Blockchain Api Connector", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/BlockchainApi-tech/connector-js.git" }, "author": "Tran Huy Duan <duanthse03268@gmail.com> (https://github.com/DuanTranHuy)", "license": "MIT", "bugs": { "url": "https://github.com/BlockchainApi-tech/connector-js/issues" }, "homepage": "https://github.com/BlockchainApi-tech/connector-js#readme", "keywords": [ "library", "blockchain-api", "connector", "es6" ], "devDependencies": { "@types/node": "^16.10.2", "typescript": "^4.4.3" }, "dependencies": { "axios": "^0.22.0", "axios-retry": "^3.2.0", "class-transformer": "^0.4.0", "class-validator": "^0.13.1", "form-data": "^4.0.0" } }