-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 899 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "Stock-Checker",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": {
"name": "Ritesh Puvvada",
"email": "[email protected]"
},
"dependencies": {
"body-parser": "^1.20.1",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"got": ">=12.5.3",
"helmet": "^6.0.1",
"mocha": "^10.2.0",
"mongodb": "^4.8.0",
"mongoose": "^6.5.0",
"mongodb": "^4.12.1",
"mongoose": "^6.9.0",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.20",
"request": "^2.88.2"
},
"devDependencies": {
"got": ">=12.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/freeCodeCamp/boilerplate-project-stockchecker"
},
"keywords": [
"node",
"express",
"mocha",
"chai",
"helmet"
],
"license": "MIT"
}