-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-express.json
51 lines (51 loc) · 1.44 KB
/
package-express.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
48
49
50
51
{
"name": "Express - BWS",
"version": "1.0.0",
"description": "An express NodeJS server implementation!",
"private": true,
"main": "server.js",
"bin": {},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"debug": "gulp default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBrenny/brenny-web-server.git"
},
"author": "TheBrenny <[email protected]>",
"contributors": [
"Jarod Brennfleck <[email protected]>"
],
"keywords": [],
"license": "See license.md",
"bugs": {
"url": "https://github.com/TheBrenny/brenny-web-server/issues"
},
"homepage": "https://github.com/TheBrenny/brenny-web-server#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^5.0.0-alpha.8",
"express-mysql-session": "^2.1.8",
"express-session": "^1.17.3",
"helmet": "^6.0.1",
"morgan": "^1.10.0",
"mysql2": "^3.0.1",
"node-fetch": "^2.6.1",
"nonce-express": "^1.0.2",
"scetch": "^1.6.0"
},
"devDependencies": {
"browser-sync": "^2.27.11",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"nodemon": "^2.0.20",
"sass": "^1.57.1",
"sql-cli-repl": "^1.2.1"
}
}