@ttoss/http-server
Advanced tools
+12
-12
| { | ||
| "name": "@ttoss/http-server", | ||
| "version": "0.5.11", | ||
| "version": "0.5.12", | ||
| "description": "HTTP Server for ttoss environment", | ||
| "license": "MIT", | ||
| "author": "ttoss", | ||
| "contributors": [ | ||
| "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)" | ||
| "keywords": [ | ||
| "koa", | ||
| "server" | ||
| ], | ||
@@ -15,2 +14,8 @@ "repository": { | ||
| }, | ||
| "license": "MIT", | ||
| "author": "ttoss", | ||
| "contributors": [ | ||
| "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com)" | ||
| ], | ||
| "sideEffects": false, | ||
| "type": "module", | ||
@@ -27,3 +32,2 @@ "exports": { | ||
| ], | ||
| "sideEffects": false, | ||
| "dependencies": { | ||
@@ -40,14 +44,10 @@ "@koa/bodyparser": "^6.1.0", | ||
| "@types/koa": "^3.0.2", | ||
| "@types/koa-static": "^4.0.4", | ||
| "@types/koa__cors": "^5.0.1", | ||
| "@types/koa__multer": "^2.0.8", | ||
| "@types/koa-static": "^4.0.4", | ||
| "jest": "^30.3.0", | ||
| "supertest": "^7.2.2", | ||
| "tsup": "^8.5.1", | ||
| "@ttoss/config": "^1.37.10" | ||
| "@ttoss/config": "^1.37.11" | ||
| }, | ||
| "keywords": [ | ||
| "koa", | ||
| "server" | ||
| ], | ||
| "publishConfig": { | ||
@@ -54,0 +54,0 @@ "access": "public", |