-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1012 Bytes
/
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
{
"name": "node-express-mongodb",
"version": "1.0.0",
"description": "Node.js Restful CRUD API with Node.js, Express and MongoDB",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"engines": {
"node": ">=16"
},
"keywords": [
"nodejs",
"express",
"rest",
"api",
"mongodb"
],
"author": "crystal",
"license": "ISC",
"dependencies": {
"@truffle/hdwallet-provider": "^2.1.15",
"axios": "^1.6.5",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.3.1",
"elastos-ela-js": "^1.0.0",
"elastos-wallet-js": "^1.0.9",
"ethers": "^5.4.0",
"express": "^4.18.2",
"fix": "^0.0.3",
"jwt-encode": "^1.0.1",
"mongoose": "^6.11.1",
"node-telegram-bot-api": "^0.64.0",
"nodemon": "^3.0.1",
"telegraf": "^4.15.3",
"web3": "^4.3.0"
},
"devDependencies": {
"@types/ethereumjs-tx": "^2.0.0"
}
}