aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-18 00:57:36 +0530
committerBobby <[email protected]>2022-07-18 00:57:36 +0530
commitb31bd3dbabb57eda3fddfaa7a59e01e73442834f (patch)
tree8acf4f7eec348c9d9e143933ff2ad59784233f2e /package.json
parent406a35de9d0d37d20123a0a3e961614142c2cf3c (diff)
downloadthatcomputerscientist-b31bd3dbabb57eda3fddfaa7a59e01e73442834f.tar.xz
thatcomputerscientist-b31bd3dbabb57eda3fddfaa7a59e01e73442834f.zip
Change Init to Ghost
Diffstat (limited to 'package.json')
-rw-r--r--package.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index ca58721d..00000000
--- a/package.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "thatcomputerscientist",
- "version": "1.0.0",
- "description": "Personal Website",
- "main": "server.js",
- "scripts": {
- "start": "node server.js",
- "dev": "nodemon .",
- "hooks:pre-commit": "node ./hooks/pre-commit.js",
- "prepare": "husky install"
- },
- "husky": {
- "pre-commit": "npm run hooks:pre-commit"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/luciferreeves/thatcomputerscientist.git"
- },
- "author": "Kumar Priyansh <[email protected]>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/luciferreeves/thatcomputerscientist/issues"
- },
- "homepage": "https://github.com/luciferreeves/thatcomputerscientist#readme",
- "dependencies": {
- "@prisma/client": "^3.14.0",
- "bcryptjs": "^2.4.3",
- "body-parser": "^1.20.0",
- "connect-flash": "^0.1.1",
- "cookie-parser": "^1.4.6",
- "cors": "^2.8.5",
- "dotenv": "^16.0.1",
- "ejs": "^3.1.8",
- "express": "^4.18.1",
- "express-session": "^1.17.3",
- "express-subdomain": "^1.0.5",
- "jsonwebtoken": "^8.5.1",
- "md5": "^2.3.0",
- "mysql2": "^2.3.3",
- "node-cron": "^3.0.1",
- "node-fetch": "^3.2.5",
- "nodemailer": "^6.7.5",
- "puppeteer": "^15.1.1",
- "shelljs": "^0.8.5",
- "uuid": "^8.3.2",
- "wildcard-subdomains": "^1.1.0",
- "yaml": "^2.1.1"
- },
- "devDependencies": {
- "husky": "^8.0.1",
- "nodemon": "^2.0.16"
- }
-}