37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "gas-relayer",
|
|
"version": "0.0.1",
|
|
"description": "Gas relayer to avoid having to hold ether to perform transactions when you already have a token",
|
|
"main": "src/service.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node src/service.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.2.6",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-standard": "^3.1.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"bip39": "^2.5.0",
|
|
"consola": "^1.4.3",
|
|
"daemonize2": "^0.4.2",
|
|
"ethereumjs-wallet": "^0.6.2",
|
|
"ganache-cli": "^6.1.0",
|
|
"jsum": "^0.1.4",
|
|
"memory-cache": "^0.2.0",
|
|
"typedarray-to-buffer": "^3.1.5",
|
|
"web3": "^1.0.0-beta.33",
|
|
"winston": "^3.1.0"
|
|
}
|
|
}
|