-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "base-node-bootcamp",
"version": "1.0.0",
"description": "# basic-node-bootcamp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --experimental-modules --es-module-specifier-resolution=node -L app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rocketacademy/base-node-bootcamp.git"
},
"keywords": [],
"author": "",
"type": "module",
"license": "ISC",
"bugs": {
"url": "https://github.com/rocketacademy/base-node-bootcamp/issues"
},
"homepage": "https://github.com/rocketacademy/base-node-bootcamp#readme",
"dependencies": {
"@sendgrid/mail": "^7.6.2",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"express-validator": "^6.14.0",
"jssha": "^3.2.0",
"method-override": "^3.0.0",
"pg": "^8.7.3",
"quill": "^1.3.6",
"quill-delta-to-html": "^0.12.1",
"socket.io": "^4.4.1"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"nodemon": "^2.0.15"
}
}