-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "express-recommendersystem-tfg",
"version": "3.0.0",
"private": true,
"description": "Server node.js + express + mongodb",
"main": "app.js",
"author": "Aida Maria Gonzalez Fernandez, Ana Escobar Llamazares",
"scripts": {
"start": "node --max-http-header-size=327680 ./bin/www",
"test": "mocha --require @babel/register ./tests/*.js --exit"
},
"dependencies": {
"app-store-scraper": "^0.17.0",
"async": "^3.2.0",
"bcrypt": "^5.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"cjs": "0.0.11",
"compression": "^1.7.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"csv-parser": "^2.3.2",
"debug": "~2.6.9",
"etag": "^1.8.1",
"exceljs": "^3.8.1",
"express": "^4.17.1",
"firebase": "^8.2.9",
"firebase-admin": "^9.5.0",
"fs": "0.0.1-security",
"globalthis": "^1.0.2",
"google-play-scraper": "8.0.4",
"helmet": "^4.4.1",
"http-errors": "~1.6.3",
"http-parser-js": "^0.5.3",
"https": "^1.0.0",
"jade": "^1.11.0",
"jwt-simple": "^0.5.6",
"moment": "^2.29.1",
"mongoose": "^5.11.15",
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"normalize-url": "^4.5.1",
"path": "^0.12.7"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@babel/register": "^7.13.16",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^8.4.0",
"nodemon": "^2.0.7"
}
}