h5ai/package.json

36 lines
866 B
JSON

{
"name": "h5ai",
"version": "0.29.2",
"description": "Modern HTTP web server index.",
"homepage": "https://larsjung.de/h5ai/",
"bugs": "https://github.com/lrsjng/h5ai/issues",
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/h5ai.git"
},
"scripts": {
"lint": "eslint .",
"test": "node test",
"build": "node ghu release",
"precommit": "npm run -s lint && npm run -s test"
},
"devDependencies": {
"@babel/core": "7.8.7",
"@babel/preset-env": "7.8.7",
"eslint": "6.8.0",
"ghu": "0.25.0",
"jsdom": "16.2.2",
"kjua": "0.6.0",
"lolight": "1.3.0",
"marked": "0.8.0",
"normalize.css": "8.0.1",
"null-loader": "3.0.0",
"scar": "2.2.0"
},
"engines": {
"node": ">=10.0.0"
}
}