-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 841 Bytes
/
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
{
"name": "blogteam-be",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"cloudinary-core": "^2.13.0",
"core-js": "^3.32.1",
"lodash": "^4.17.21",
"mongodb": "^5.8.1",
"q": "^1.5.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/multer": "^1.4.7",
"bcrypt": "^5.1.1",
"cloudinary": "^1.40.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongoose": "^7.4.4",
"multer": "^1.4.5-lts.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/dist/index.js",
"build": "tsc",
"dev": "ts-node-dev index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}