1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/svrjs.core.json

25 lines
530 B
JSON

{
"name": "SVR.JS Core",
"externalPackages": ["mime-types"],
"packageJSON": {
"name": "svrjs-core",
"description": "A library for static file serving, built from SVR.JS source code.",
"repository": {
"type": "git",
"url": "https://git.svrjs.org/svrjs/svrjs.git"
},
"keywords": [
"static",
"web",
"server",
"files",
"mime",
"middleware"
],
"homepage": "https://svrjs.org",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
}
}
}