All checks were successful
Build and Deploy QuickCart / build-and-deploy (push) Successful in 51s
12 lines
177 B
JSON
12 lines
177 B
JSON
{
|
|
"name": "notification-service",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|