-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "tn2night",
"version": "1.0.0",
"description": "SW_ING",
"main": "app.js",
"scripts": {
"test": "jest",
"start": "node server.js"
},
"author": "Gabriel Duta",
"license": "MIT",
"dependencies": {
"@types/node-fetch": "^2.6.2",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.15.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^6.8.1",
"mongoose-express-api": "^0.0.3",
"multer": "^1.4.5-lts.1",
"swagger-ui-express": "^4.6.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.3.1",
"node-fetch": "^2.6.7",
"supertest": "^6.3.3"
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/SE-advancedspo/back-end.git"
},
"bugs": {
"url": "https://github.com/SE-advancedspo/back-end/issues"
},
"homepage": "https://github.com/SE-advancedspo/back-end#readme"
}