28 lines
625 B
JSON
28 lines
625 B
JSON
{
|
|
"name": "jucundus",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js",
|
|
"dev": "nodemon --watch ./ server.js --ignore node_modules/"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@angular/cli": "^17.1.3",
|
|
"@hokify/agenda": "^6.3.0",
|
|
"agendash": "^4.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"express-async-handler": "^1.2.0",
|
|
"mongodb": "^6.5.0",
|
|
"node-fetch": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.3"
|
|
}
|
|
}
|