20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "commons",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --ignore-path ../.eslintignore",
|
|
"test": "NODE_ENV=test mocha"
|
|
},
|
|
"dependencies": {
|
|
"gas-price-oracle": "^0.1.5",
|
|
"web3-utils": "^1.3.0",
|
|
"node-fetch": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"bn-chai": "^1.0.1",
|
|
"chai": "^4.2.0"
|
|
}
|
|
}
|