mit-license/package.json
2019-05-31 16:39:01 +12:00

45 lines
1.5 KiB
JSON

{
"author": "Remy Sharp <remy@leftlogic.com> (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": "ts-node-dev --respawn --transpileOnly --no-notify server.ts",
"serve": "tsc server.ts && node server.js",
"test": "node test.js",
"lint": "eslint server.ts util.ts test.js --color --fix"
},
"bugs": {
"url": "https://github.com/remy/mit-license/issues"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"compression": "^1.7.4",
"dayjs": "^1.8.14",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-minify": "^1.0.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/compression": "^0.0.36",
"@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",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"ts-node-dev": "^1.0.0-pre.39"
}
}