olympus-protocol-connector
Version:
Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript
35 lines • 1.02 kB
JSON
{
"name": "olympus-protocol-connector",
"author": "Olympus Labs - Gerdinand Hardeman, Abel Bordonado, Viking Xie",
"version": "0.1.8",
"description": "Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "rm -rf ./lib && tsc",
"check": "./node_modules/.bin/tslint --type-check --project ./tsconfig.json && npm run build",
"tslint": "tslint -c tslint.json -p tsconfig.json"
},
"keywords": [
"olympus",
"module",
"protocol",
"blockchain",
"Ethereum"
],
"license": "ISC",
"dependencies": {
"@types/lodash": "^4.14.118",
"@types/node": "^10.1.4",
"axios": "^0.18.0",
"bignumber.js": "^7.2.1",
"ethereumjs-tx": "^1.3.4",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"tslint": "^5.11.0",
"typescript": "^2.8.3",
"typescript-eslint-parser": "^15.0.0",
"web3": "^0.20.4"
}
}