UNPKG

@tatumio/erc20-connector

Version:

ERC20 Connector for Tatum API

89 lines (88 loc) 2.26 kB
{ "name": "@tatumio/erc20-connector", "version": "1.3.26", "description": "ERC20 Connector for Tatum API", "license": "MIT", "files": [ "npm/**/*", "src/**/*", "*.md", "openapi.yaml" ], "main": "npm/index.js", "scripts": { "build": "rimraf npm && tsc", "prepare": "npm run build", "format": "prettier --write src/**/*.ts", "lint": "tslint -p tsconfig.json -c tslint.json", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:e2e": "jest --config ./test/jest-e2e.json" }, "keywords": [ "tatum", "tatumio", "blockchain" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/tatumio/tatum-blockchain-connector/erc20-connector" }, "bugs": "https://github.com/tatumio/tatum-blockchain-connector/", "peerDependencies": { "@nestjs/common": "^7.6.1", "@tatumio/blockchain-connector-common": "^1.1.6", "@tatumio/tatum": "^1.30.4", "@tatumio/tatum-kcs": "^2.0.0-alpha.89", "axios": "^0.21.1", "bignumber.js": "^9.0.0", "class-transformer": "^0.2.3", "class-validator": "0.13.0", "nestjs-pino": "^1.3.0", "rxjs": "^6.6.3" }, "devDependencies": { "@nestjs/common": "^7.6.1", "@tatumio/blockchain-connector-common": "^1.1.6", "@tatumio/tatum": "^1.30.4", "@tatumio/tatum-kcs": "2.0.0-alpha.89", "@types/express": "4.17.9", "@types/jest": "26.0.18", "@types/node": "14.14.12", "@types/supertest": "2.0.10", "axios": "^0.21.1", "bignumber.js": "^9.0.0", "class-transformer": "^0.2.3", "class-validator": "0.13.0", "jest": "26.6.3", "nestjs-pino": "^1.3.0", "prettier": "2.2.1", "rimraf": "^3.0.2", "rxjs": "^6.6.3", "supertest": "6.0.1", "ts-jest": "26.4.4", "ts-node": "9.1.1", "tsc-watch": "4.2.9", "tsconfig-paths": "3.9.0", "tslint": "5.20.1", "typescript": "4.1.2" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "coverageDirectory": "../coverage", "testEnvironment": "node" } }