DeFi-Pulse-Adapters/package.json

24 lines
515 B
JSON
Raw Permalink Normal View History

2020-02-10 09:14:07 -08:00
{
2020-04-16 15:44:45 -07:00
"name": "defipulse-adapters",
2020-02-10 09:14:07 -08:00
"version": "1.0.0",
"private": true,
"scripts": {
"test": "mocha testing/test/*.js",
"validate": "mocha testing/validate/*.js"
},
"dependencies": {
"argv": "0.0.2",
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
2020-04-13 11:15:05 -07:00
"bottleneck": "^2.19.5",
2020-02-10 09:14:07 -08:00
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"mocha": "^7.0.0",
"moment": "^2.24.0",
2020-04-10 13:02:44 -07:00
"shelljs": "^0.8.3",
2020-04-06 02:56:17 -07:00
"terminal-kit": "^1.35.2",
2020-02-10 09:14:07 -08:00
"underscore": "^1.9.1",
2020-02-19 19:56:09 -08:00
"web3-utils": "^1.2.6"
2020-02-10 09:14:07 -08:00
}
}