-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 KB
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
{
"name": "9roommoa",
"version": "1.0.0",
"description": "9roomMoa capstone",
"main": "app.js",
"scripts": {
"dev": "nodemon --exec babel-node app.js",
"test": "jest",
"start:dev": "nodemon --exec babel-node app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/9roomMoa/aether_back.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/9roomMoa/aether_back/issues"
},
"homepage": "https://github.com/9roomMoa/aether_back#readme",
"dependencies": {
"axios": "^1.8.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"eureka-js-client": "^4.5.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"gridfs-stream": "^1.1.1",
"helmet": "^8.0.0",
"http-status-codes": "^2.3.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.5",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-gridfs-storage": "^5.0.2"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.3.0",
"nodemon": "^3.1.9",
"prettier": "^3.4.2"
}
}