-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 870 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 870 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
{
"name": "elijahs-website",
"version": "1.0.0",
"description": "These are the files to my website. So far, it's just me working on this. This is mostly coded by me. Credit to W3Schools and Codecademy for the tutorials. If you would like to join and help me with this, you are absolutely welcome to. ## Debug If there are any bugs, feel free to let me know, or even help me out with some",
"main": "script.js",
"scripts": {
"test": "node server.js",
"start": "node node.js"
},
"keywords": [],
"author": "Elijah Busch",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"json": "^11.0.0",
"jsonfile": "^6.1.0",
"mongoose": "^8.18.1",
"mysql2": "^3.14.5",
"path": "^0.12.7"
},
"repository": {
"type": "git",
"url": "ebusch8.github.io"
}
}