-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.8.1",
"express": "^4.18.2",
"graphql-request": "^6.1.0",
"human-readable-ids": "^1.0.4",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.3",
"random-number": "^0.0.9",
"sequelize": "^6.33.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"web3": "^4.2.2"
},
"name": "justfriends-be",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon --inspect app.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SInoLabs-Blockchain/JustFriends-BE.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SInoLabs-Blockchain/JustFriends-BE/issues"
},
"homepage": "https://github.com/SInoLabs-Blockchain/JustFriends-BE#readme",
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.0.1"
}
}