-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.64 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "blog-api",
"version": "1.0.0",
"description": "This is blog API, using Node.js and MongoDB",
"main": "dist/server.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "nodemon server.ts",
"test": "jest --coverage"
},
"keywords": [
"MYBRAND",
"ISHIMWE",
"Ami",
"Paradis",
"Node",
"MongoDB",
"Express",
"Mongoose",
"ES6"
],
"author": "ISHIMWE Ami Paradis",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"form-data-extended": "^0.0.10",
"install": "^0.13.0",
"joi": "^17.12.1",
"join": "^3.0.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.1.3",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"npm": "^10.4.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"babel-jest": "^29.7.0",
"coveralls": "^3.1.1",
"coveralls-next": "^4.2.0",
"jest": "^29.7.0",
"nodemon": "^3.0.3",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
}
}