-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 985 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 985 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
33
34
35
36
37
{
"name": "secrets",
"version": "0.0.0",
"private": false,
"scripts": {
"start": "SET DEBUG=secrets:* & nodemon ./bin/www.js"
},
"dependencies": {
"body-parser": "^1.20.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"mongoose": "^6.8.4",
"mongoose-findorcreate": "^3.0.0",
"morgan": "~1.9.1",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2"
},
"main": "./bin/www.js",
"repository": "https://github.com/MSB-s-Projects/Secrets.git",
"author": "MSB",
"license": "MIT",
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0"
}
}