create-svrjs-server/package.json

37 lines
666 B
JSON
Raw Normal View History

2023-07-31 15:48:52 +02:00
{
"name": "svrjs",
"version": "4.0.0-stub1",
2023-07-31 15:48:52 +02:00
"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",
2024-03-09 17:01:21 +01:00
"author": "SVR.JS",
2023-07-31 15:48:52 +02:00
"engines": {
"node": ">= 8"
},
"bin": {
"create-svrjs-server": "./downloader.js"
},
"script": {
"postinstall": "node warn.js"
},
"license": "MIT",
"dependencies": {
"zip": "^1.2.0"
}
}