{ "author": "Remy Sharp (http://remysharp.com/)", "name": "mit-licence", "description": "Hosted MIT License with details controlled through this repo", "private": true, "version": "1.0.0", "repository": { "type": "git", "url": "git@github.com:remy/mit-license.git" }, "scripts": { "build": "tsc server.ts", "start": "ts-node-dev --respawn --transpileOnly --no-notify server.ts", "serve": "yarn build && node server.js", "test": "node test.js", "lint": "eslint server.ts util.ts test.js --color" }, "bugs": { "url": "https://github.com/remy/mit-license/issues" }, "license": "MIT", "dependencies": { "@octokit/rest": "^16.27.3", "btoa": "^1.2.1", "compression": "^1.7.4", "dayjs": "^1.8.14", "ejs": "^2.6.1", "express": "^4.17.1", "express-minify": "^1.0.0", "git-pull": "^0.1.0", "humanize-list": "^1.0.1", "md5": "^2.2.1", "node-html-parser": "^1.1.15", "postcss-middleware": "^1.1.4", "postcss-preset-env": "^6.6.0", "tmp": "^0.1.0", "typescript": "^3.4.5" }, "devDependencies": { "@types/btoa": "^1.2.3", "@types/compression": "^0.0.36", "@types/css": "^0.0.31", "@types/ejs": "^2.6.3", "@types/express": "^4.16.1", "@types/express-minify": "^0.1.34", "@types/md5": "^2.1.33", "@types/tmp": "^0.1.0", "@typescript-eslint/eslint-plugin": "^1.9.0", "css": "^2.2.4", "eslint": "^5.16.0", "eslint-config-google": "^0.13.0", "ts-node-dev": "^1.0.0-pre.39" } }