-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ethereum-delegated-tx-service",
"version": "1.0.0",
"description": "Universal back end for delegated transactions for Ethereum; pay fee in tokens instead of Ether",
"main": "src/index.js",
"module": "src/main.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"start": "node -r esm src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZitRos/ethereum-delegated-tx-service.git"
},
"keywords": [
"ethereum",
"delegated",
"transactions",
"fee",
"in",
"tokens",
"feeless",
"crypto"
],
"author": {
"name": "Nikita Savchenko",
"url": "https://nikita.tk"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ZitRos/ethereum-delegated-tx-service/issues"
},
"homepage": "https://github.com/ZitRos/ethereum-delegated-tx-service#readme",
"dependencies": {
"axios": "^0.21.2",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"esm": "^3.2.25",
"ethers": "^4.0.33",
"express": "^4.18.2",
"express-async-handler": "^1.1.4",
"fromentries": "^1.2.0",
"mongodb": "^3.3.0",
"uuid": "^3.3.2"
}
}