-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 810 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 810 Bytes
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
{
"name": "handle-crawled-datas-mongodb",
"version": "2.0.0",
"description": "Capstone Project - Handle Crawled Data",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js",
"update-deps": "npx npm-check-updates -u && npm install"
},
"keywords": [
"capstone-project",
"handle-crawled-datas"
],
"author": "huynhducthanhtuan",
"license": "MIT",
"homepage": "https://github.com/Capstone-C2SE02-TI/handle-crawled-datas-mongodb#readme",
"dependencies": {
"bignumber.js": "^9.1.1",
"bluebird": "^3.7.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"lodash": "^4.17.21",
"mongoose": "^7.0.3",
"mongoose-sequence": "^5.3.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3"
}
}