aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..8e7341be
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "thatcomputerscientist",
+ "version": "1.0.0",
+ "description": "Personal Website",
+ "main": "server.js",
+ "scripts": {
+ "start": "node server.js"
+ },
+ "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": {
+ "body-parser": "^1.20.0",
+ "cors": "^2.8.5",
+ "ejs": "^3.1.8",
+ "express": "^4.18.1"
+ }
+}