UNPKG

@mindjs/platform-koa

Version:

Mind.js is a simple pure Node.js Rest API framework superpowered with DI (@platform-koa)

74 lines (73 loc) 1.56 kB
{ "name": "@mindjs/platform-koa", "version": "1.2.0", "description": "Mind.js is a simple pure Node.js Rest API framework superpowered with DI (@platform-koa)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mindjs/mindjs.git" }, "keywords": [ "angular", "angular.js", "API", "API framework", "dependency injection", "dependency inversion", "DI", "express", "express.js", "fastify", "fastify.js", "framework", "http", "https", "injection-js", "inversion of control", "IOC", "koa", "koa.js", "mind.js", "mindjs", "nest", "nest.js", "node", "node.js", "REST", "REST API", "REST API framework", "restify", "restify.js", "routing", "web server" ], "engines": { "node": ">=10.15.0" }, "dependencies": { "@appliedblockchain/koa-healthcheck": "^1.3.0", "@koa/cors": "^3.0.0", "koa": "^2.11.0", "koa-body": "^4.1.1", "koa-compress": "^3.0.0", "koa-helmet": "^5.2.0", "koa-logger": "^3.2.1", "koa-router": "^8.0.8", "koa-static": "^5.0.0", "lodash": "^4.17.15" }, "peerDependencies": { "@mindjs/common": "^1.0.0", "@mindjs/core": "^1.0.0", "@mindjs/routing": "^1.0.0" }, "publishConfig": { "access": "public" }, "author": "Oleksandr Bondarenko", "license": "MIT", "gitHead": "e2a9e362dd530316de93cac89dcc53d8846b61f1" }