{ "name": "h5ai", "version": "0.29.2", "description": "Modern HTTP web server index.", "homepage": "https://larsjung.de/h5ai/", "author": "Lars Jung (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.10.5", "@babel/preset-env": "7.10.4", "eslint": "7.5.0", "ghu": "0.25.0", "jsdom": "16.3.0", "kjua": "0.6.0", "lolight": "1.3.0", "marked": "1.1.1", "normalize.css": "8.0.1", "null-loader": "4.0.0", "scar": "2.3.0" } }