orbty
Version:
Simple and high performance web server structure for
68 lines (67 loc) • 1.23 kB
JSON
{
"name": "orbty",
"version": "0.9.8",
"description": "Simple and high performance web server structure for",
"author": {
"name": "Gleisson Ricardo",
"email": "contato.mattos@outlook.com"
},
"main": "index.js",
"types": "index.d.ts",
"readmeFilename": "README.md",
"license": "MIT",
"repository": "hubr-lab/orbty",
"scripts": {
"lint": "eslint .",
"test": "jest",
"lint:fix": "eslint --fix ."
},
"keywords": [
"orbty",
"web",
"api",
"rest",
"router",
"restful",
"server",
"microservice",
"framework",
"backend",
"hubr"
],
"tags": [
"orbty",
"web",
"api",
"hook-api",
"rest",
"router",
"restful",
"server",
"microservice"
],
"files": [
"index.js",
"lib/",
"README.md",
"index.d.ts",
"tsconfig.json"
],
"devDependencies": {
"eslint": "^6.8.0",
"faker": "^4.1.0",
"jest": "^25.3.0",
"supertest": "^4.0.2"
},
"engine": {
"node": ">=12.0.0"
},
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/serve-static": "^1.13.9",
"body-parser": "^1.19.0",
"parseurl": "^1.3.3",
"qs": "^6.10.1",
"serve-static": "^1.14.1"
}
}