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": "luciferreeves.github.io",
"version": "1.0.0",
"description": "Personal Website",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luciferreeves/luciferreeves.github.io.git"
},
"author": "Kumar Priyansh <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/luciferreeves/luciferreeves.github.io/issues"
},
"homepage": "https://github.com/luciferreeves/luciferreeves.github.io#readme",
"dependencies": {
"@octokit/rest": "^18.12.0",
"body-parser": "^1.19.2",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"firebase-admin": "^10.0.2",
"highlight.js": "^11.5.0",
"marked": "^4.0.12",
"node-fetch": "^3.2.3",
"shelljs": "^0.8.5"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}
|