-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 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
{
"name": "ctf427",
"version": "1.0.0",
"description": "- by Mars Ponce & Haashir Khan",
"main": "index.js",
"scripts": {
"run": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marceloponceardon/CTF427.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/marceloponceardon/CTF427/issues"
},
"homepage": "https://github.com/marceloponceardon/CTF427#readme",
"dependencies": {
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"package.json": "^2.0.1",
"pg": "^8.13.3"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}