diff options
| author | Bobby <[email protected]> | 2022-06-02 14:09:36 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-02 14:09:36 +0530 |
| commit | d726492637ae42e508b3a354a32ac0140e2a95f3 (patch) | |
| tree | 8fbe2daf4393952325c6205e94b4938041268d9a /package.json | |
| parent | f0f0766dd8dcc0423699828689233fa47b708318 (diff) | |
| download | thatcomputerscientist-d726492637ae42e508b3a354a32ac0140e2a95f3.tar.xz thatcomputerscientist-d726492637ae42e508b3a354a32ac0140e2a95f3.zip | |
Hello world basic
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 25 |
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" + } +} |
