-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 968 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
{
"name": "stroller-notification-service",
"version": "0.1.0",
"description": "An experimental notification service for Stroller Protocol.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-services": "node ./src/notification-service/server.js",
"dev-services": "nodemon ./src/notification-service/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DAM-Protocol/Stroller-Notification-Service.git"
},
"author": "rashtrakoff",
"license": "ISC",
"bugs": {
"url": "https://github.com/DAM-Protocol/Stroller-Notification-Service/issues"
},
"homepage": "https://github.com/DAM-Protocol/Stroller-Notification-Service#readme",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"express": "^4.18.1",
"mongodb": "^4.8.0",
"mongoose": "^6.4.6"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}