-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (39 loc) · 976 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
{
"name": "server",
"version": "1.0.0",
"description": "```bash\r Child proccess Nodejs\r ```\r ## Prerequisites",
"main": "server3.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server3.js",
"dev": "nodemon server3.js"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"express": "^4.17.2",
"gridfs-stream": "^1.1.1",
"inquirer": "^9.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"mongoose": "^6.4.4",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"pdfkit": "^0.13.0",
"socket.io": "^4.5.1",
"stripe": "^8.219.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"author": "",
"license": "ISC"
}