{ "name": "alee-prod-website", "version": "1.0.0", "description": "A rewrite of the old aleecorp.github.io website", "main": "app.js", "scripts": { "start": "node app", "dev": "nodemon app" }, "repository": { "type": "git", "url": "git+https://github.com/aleeproductions/website.git" }, "author": "Alee", "license": "GPL-3.0", "bugs": { "url": "https://github.com/aleeproductions/website/issues" }, "homepage": "https://github.com/aleeproductions/website#readme", "dependencies": { "ejs": "^2.6.2", "express": "^4.17.1", "moment": "^2.24.0", "readline": "^1.3.0", "webhook-discord": "^3.2.0" }, "devDependencies": { "nodemon": "^1.19.1" } }