22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"name": "notificationlatch",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"author": "Mark van Renswoude",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"express": "^4.17.1",
|
|
"luxon": "^2.0.2",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.12"
|
|
}
|
|
}
|