-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 790 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
38
{
"name": "chftwsite",
"version": "1.0.0",
"description": "Chriz's Website",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chrizxz/site.git"
},
"keywords": [
"website",
"chftw",
"portfolio"
],
"author": "ChrizxzFTW",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chrizxz/site/issues"
},
"homepage": "https://github.com/Chrizxz/site#readme",
"dependencies": {
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"esm": "^3.2.25",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"mongoose": "^7.0.0",
"node-fetch": "^3.3.0",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^2.0.21"
}
}