UNPKG

@renex/renex

Version:

The official RenEx Software Development Kit in typescript.

107 lines (106 loc) 3.7 kB
{ "name": "@renex/renex", "version": "0.4.6", "description": "The official RenEx Software Development Kit in typescript.", "repository": { "type": "git", "url": "git+https://github.com/republicprotocol/renex-sdk-ts.git" }, "keywords": [ "renex", "republic", "republicprotocol", "darkpool", "sdk" ], "author": "Republic Protocol", "license": "GPL-3.0", "bugs": { "url": "https://github.com/republicprotocol/renex-sdk-ts/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint:unused-exports": "ts-unused-exports ./tsconfig.json", "lint:outdated-imports": "ncu", "lint:ts": "tslint --project ./ -t stylish --quiet", "lint:extra": "npm run --silent lint:unused-exports; npm run --silent lint:outdated-imports", "lint:all": "npm run --silent lint:ts && npm run --silent lint:extra", "lint": "npm run --silent lint:ts", "watch": "cross-env NODE_ENV=development webpack --watch --mode development --display-error-details --progress --color", "build:dev": "cross-env NODE_ENV=development webpack --mode development --display-error-details --progress --color", "build:prod": "npm run clean && cross-env NODE_ENV=production webpack --mode production --progress --color", "test": "./node_modules/ts-mocha/bin/ts-mocha --timeout 180000 --paths -p ./tsconfig.json ./test/*.spec.ts ./test/**/*.spec.ts", "clean": "rm -rf dist", "prepublishOnly": "patch-package && npm run lint", "prepare": "patch-package && npm run build:prod" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-proposal-object-rest-spread": "^7.3.1", "@types/bn.js": "^4.11.4", "@types/bs58": "4.0.0", "@types/chai": "^4.1.7", "@types/chai-as-promised": "7.1.0", "@types/detect-node": "^2.0.0", "@types/expand-tilde": "^2.0.0", "@types/expect": "^1.20.3", "@types/mocha": "^5.2.5", "@types/node-fetch": "^2.1.5", "@types/node-persist": "0.0.33", "@types/node-rsa": "1.0.0", "@types/underscore": "^1.8.9", "@types/web3": "^1.0.14", "awesome-typescript-loader": "5.2.1", "babel-loader": "8.0.5", "babel-plugin-transform-es2015-modules-simple-commonjs": "^0.3.0", "babel-polyfill": "6.26.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "cross-env": "5.2.0", "dotenv": "^6.2.0", "mocha": "^5.2.0", "npm-check-updates": "^2.15.0", "patch-package": "^6.0.2", "truffle-contract": "4.0.2", "truffle-hdwallet-provider": "1.0.2", "ts-loader": "^5.3.3", "ts-mocha": "^2.0.0", "ts-unused-exports": "^2.0.11", "tslint": "5.12.1", "tslint-config-prettier": "1.17.0", "tslint-config-standard": "8.0.1", "tslint-eslint-rules": "5.4.0", "tslint-microsoft-contrib": "^6.0.0", "tslint-react": "^3.6.0", "typedoc": "0.14.2", "typedoc-webpack-plugin": "1.1.4", "typescript": "3.2.4", "web3-provider-engine": "^14.1.0", "webpack": "4.29.0", "webpack-cli": "3.2.1", "webpack-node-externals": "1.7.2" }, "dependencies": { "axios": "0.18.0", "bignumber.js": "^8.0.2", "bn.js": "4.11.8", "bs58": "4.0.1", "debug": "^4.1.1", "detect-node": "^2.0.4", "ethers": "^4.0.21", "expand-tilde": "^2.0.2", "immutable": "^4.0.0-rc.12", "localforage": "1.7.3", "lodash": "^4.17.11", "node-persist": "^3.0.4", "node-rsa": "^1.0.3", "truffle-blockchain-utils": "0.0.7", "truffle-contract-schema": "^3.0.1", "truffle-error": "0.0.3", "web3": "1.0.0-beta.37", "web3-core-promievent": "1.0.0-beta.37", "web3-eth-abi": "1.0.0-beta.37", "web3-utils": "1.0.0-beta.37" } }