-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.09 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
47
48
49
50
51
52
53
{
"name": "b",
"version": "1.0.0",
"description": "Easy and clear airdrop dapp",
"main": "app.js",
"engines": {
"node": "v16.19.0",
"npm": "^8.19.2"
},
"directories": {
"lib": "lib"
},
"scripts": {
"start": "nodemon --exec babel-node app"
},
"repository": {
"type": "git",
"url": ""
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"author": "Ararat Tonoyan",
"license": "MIT",
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.3",
"body-parser": "^1.18.3",
"dotenv": "^16.0.0",
"ethereumjs-tx": "^1.3.6",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"hardhat": "^2.9.3",
"node-cron": "^2.0.3",
"pg": "^7.9.0",
"pg-hstore": "^2.3.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sequelize": "^5.1.0",
"sha256": "^0.2.0",
"web3": "^1.9.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"install": "^0.12.2",
"nodemon": "^1.18.10",
"npm": "^6.9.0"
}
}