-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "is2-msgc-parket",
"version": "1.0.0",
"description": "Project for IS2 course @ UNITN CS by MSGC",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node -r dotenv/config index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matteo-gatti/IS2-MSGC-Parket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/matteo-gatti/IS2-MSGC-Parket/issues"
},
"homepage": "https://github.com/matteo-gatti/IS2-MSGC-Parket#readme",
"dependencies": {
"@google-cloud/storage": "^6.0.1",
"@imranbarbhuiya/mongoose-fuzzy-searching": "^3.0.5",
"async": "^3.2.3",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"bootstrap-icons": "^1.8.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-winston": "^4.2.0",
"jquery-datetimepicker": "^2.5.21",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.3",
"mongoose": "^6.3.3",
"multer": "^1.4.4",
"sharp": "^0.30.4",
"stripe": "^9.5.0",
"uuid": "^8.3.2",
"winston": "^3.7.2"
},
"devDependencies": {
"jest": "^28.1.0",
"nodemon": "^2.0.16",
"mongodb-memory-server": "^8.6.0",
"supertest": "^6.2.3"
}
}