UNPKG

uspring

Version:

A very fast Webserver which has interface like springboot

31 lines (30 loc) 827 B
{ "name": "uspring", "version": "0.0.6", "description": "A very fast Webserver which has interface like springboot", "main": "lib/index.js", "types": "lib/index", "scripts": { "start": "ts-node index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "/lib" ], "keywords": ["Spring", "express", "fast", "blazing", "uNetwork"], "author": "vidy.alfredo", "license": "ISC", "dependencies": { "@cloudnative/health-connect": "^2.0.0", "@types/joi": "14.0.1", "@types/node": "^12.7.2", "arraybuffer-to-string": "^1.0.2", "fast-json-parse": "^1.0.3", "fast-json-stringify": "^1.15.4", "file-type": "^12.3.0", "joi": "14.3.1", "typescript": "^3.5.3", "uWebSockets.js": "uNetworking/uWebSockets.js#v17.3.0", "util": "^0.12.1" } }