UNPKG

tokenlon-sdk

Version:

imToken Tokenlon API for node

69 lines (68 loc) 1.66 kB
{ "name": "tokenlon-sdk", "version": "0.3.1", "description": "imToken Tokenlon API for node", "keywords": [ "imToken", "tokenlon", "0x.js", "zeroex" ], "main": "lib/index.js", "types": "src/globals.d.ts", "author": "imToken PTE. LTD.", "license": "MIT", "scripts": { "watch": "tsc -w", "clean": "rm -rf ./lib", "build:commonjs": "tsc", "build": "run-s clean build:commonjs", "lint": "tslint --project . 'src/**/*.ts'", "proxy-server": "ts-node ./tests/__proxy__/proxy.ts", "test": "yarn lint && yarn jest -- --runInBand --colors --coverage", "prepublish": "npm run build", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/tests/[^_]*\\.test)\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "devDependencies": { "@types/jest": "^22.2.0", "@types/node": "^9.4.6", "coveralls": "^3.0.0", "jest": "^22.4.3", "koa": "^2.5.0", "koa-body": "^2.5.0", "koa-router": "^7.4.0", "npm-run-all": "^4.1.2", "nyc": "^11.4.1", "ts-jest": "^22.4.1", "ts-node": "^5.0.1", "tslint": "^5.9.1", "typescript": "^2.7.2" }, "dependencies": { "0x.js": "^0.33.0", "@0xproject/utils": "^0.4.0", "axios": "^0.18.0", "ethereumjs-abi": "^0.6.5", "ethereumjs-tx": "^1.3.3", "ethereumjs-util": "^5.1.5", "lodash": "^4.17.5", "web3": "git+https://github.com/consenlabs/web3.js.git" }, "resolutions": { "**/istanbul-lib-instrument": "1.9.2" } }