{ "name": "svrjs", "version": "4.0.0-stub1", "description": "A web server running on Node.JS", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.svrjs.org/git/svrjs.git" }, "keywords": [ "web", "server", "http", "http2", "js", "javascript" ], "homepage": "https://svrjs.org", "author": "SVR.JS", "engines": { "node": ">= 8" }, "bin": { "create-svrjs-server": "./downloader.js" }, "script": { "postinstall": "node warn.js" }, "license": "MIT", "dependencies": { "zip": "^1.2.0" } }