UC done v1.0

This commit is contained in:
andrei-mihnea-cerbu
2024-03-27 17:15:57 +02:00
parent 5f902e1a28
commit d1d238287a
56 changed files with 4964 additions and 81 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "uc",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon ./src/app.js"
},
"keywords": [],
"author": "Cerbu Andrei- Mihnea",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"cron": "^3.1.6",
"crypto-js": "^4.2.0",
"express": "^4.19.1",
"joi": "^17.12.2",
"json": "^11.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.1.0"
}
}