31 lines
623 B
JSON
31 lines
623 B
JSON
{
|
|
"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": "^1.0.1",
|
|
"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"
|
|
}
|
|
}
|