mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-02-21 02:08:15 +00:00
18 lines
455 B
JSON
18 lines
455 B
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",
|
|
"dependencies": {
|
|
"daemonize2": "^0.4.2",
|
|
"ganache-cli": "^6.1.0",
|
|
"web3": "^1.0.0-beta.33"
|
|
}
|
|
}
|