forked from present42/sschub-express
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.36 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
45
46
47
48
49
50
51
52
53
{
"name": "sschubapp",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "npm run build && nodemon ./bin/www.js",
"start": "node ./bin/www.js"
},
"dependencies": {
"connect-redis": "^6.1.3",
"cookie-parser": "~1.4.4",
"cropperjs": "^1.5.12",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-fileupload": "^1.3.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"nodejs-nodemailer-outlook": "^1.2.4",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.19",
"query-string": "^7.1.1",
"redis": "^4.2.0",
"ws": "^8.5.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11"
},
"description": "## Initial Set up 1. `git pull` <br> 2. `npm install` <br> 3. `npm start` <br>",
"main": "index.js",
"bin": {
"sschubapp": "bin/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/present42/sschub-express.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/present42/sschub-express/issues"
},
"homepage": "https://github.com/present42/sschub-express#readme"
}