aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-04-21 16:44:29 -0400
committerBobby <[email protected]>2022-04-21 16:44:29 -0400
commitfba7b92e3bb57dfb0805773545a4b5d58104a983 (patch)
tree5c40d945d6fe2c81e9cdd564bc970c6df3c19484 /package.json
parentc0c3d6ef17574a8695121f8a6a63e8a521e54fef (diff)
downloadluciferreeves.github.io-fba7b92e3bb57dfb0805773545a4b5d58104a983.tar.xz
luciferreeves.github.io-fba7b92e3bb57dfb0805773545a4b5d58104a983.zip
Coming soon page
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 10 insertions, 24 deletions
diff --git a/package.json b/package.json
index ab29983..58ac726 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,15 @@
{
+ "dependencies": {
+ "express": "^4.17.3"
+ },
+ "scripts": {
+ "start": "node server.js"
+ },
"name": "luciferreeves.github.io",
+ "description": "![Lines of code](https://img.shields.io/tokei/lines/github/luciferreeves/luciferreeves.github.io?label=lines%20of%20code) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/luciferreeves/luciferreeves.github.io/Fly%20Deploy) ![GitHub](https://img.shields.io/github/license/luciferreeves/luciferreeves.github.io) ![Website](https://img.shields.io/website?down_color=red&down_message=offline&up_color=green&up_message=online&url=https%3A%2F%2Fthatcomputerscientist.com) ![Docker Deployment](https://img.shields.io/badge/deployed%20using-docker-informational)",
"version": "1.0.0",
- "description": "Personal Website",
"main": "server.js",
- "scripts": {
- "start": "node server.js",
- "dev": "nodemon server.js"
- },
+ "devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/luciferreeves/luciferreeves.github.io.git"
@@ -16,22 +19,5 @@
"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"
- }
-}
+ "homepage": "https://github.com/luciferreeves/luciferreeves.github.io#readme"
+} \ No newline at end of file