{ "author": "Remy Sharp (http://remysharp.com/)", "name": "mit-licence", "description": "Hosted MIT License with details controlled through this repo", "version": "1.0.0", "repository": { "type": "git", "url": "git@github.com:remy/mit-license.git" }, "scripts": { "start": "node server.js", "dev": "nodemon server.js", "test": "node test.js" }, "bugs": { "url": "https://github.com/remy/mit-license/issues" }, "license": "SEE LICENSE IN LICENSE", "dependencies": { "compression": "^1.7.4", "dayjs": "^1.8.14", "express": "^4.17.1", "express-res-html": "^0.2.3", "md5": "^2.2.1", "mustache": "^3.0.1", "mustache-express": "^1.2.8" }, "devDependencies": { "@types/bluebird": "^3.5.27", "@types/compression": "^0.0.36", "@types/express": "^4.16.1", "@types/md5": "^2.1.33", "nodemon": "^1.19.1" } }