UNPKG

@nexex/api

Version:
51 lines (50 loc) 1.41 kB
{ "name": "@nexex/api", "version": "0.10.1", "description": "support trade on nexex network", "main": "index.js", "types": "index.d.ts", "keywords": [ "nexex", "ethereum", "erc20", "exchange", "decentralize" ], "homepage": "https://github.com/NexexBuilder/nexex-mono/tree/master/packages/api", "repository": "NexexBuilder/nexex-mono", "scripts": { "docs": "typedoc --out docs/ --excludePrivate --excludeExternals --target ES5", "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES", "test": "jest -i", "build": "tsc && cpx package.json dist/", "clean-build": "rimraf dist tsconfig.tsbuildinfo && npm run build" }, "dependencies": { "@nexex/contract": "^0.2.0", "@nexex/types": "^0.10.0", "@types/node": "^10", "ethers": "^4.0.27", "reflect-metadata": "^0.1.12" }, "author": "NexexBuilder", "license": "Apache-2.0", "devDependencies": { "@types/chai": "^4.1.1", "@types/chai-as-promised": "^7.1.0", "@types/jest": "^24.0.13", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "cpx": "^1.5.0", "jest": "^24.8.0", "prettier": "^1.12.1", "rimraf": "^2.6.3", "ts-jest": "^24.0.2", "tslint": "^5.10.0", "tslint-microsoft-contrib": "^6.2.0", "typescript": "^3.4.5" }, "publishConfig": { "access": "public" } }