UNPKG

bpframework

Version:

Web framework like java springboot and springcloud

70 lines (69 loc) 1.52 kB
{ "description": "Web framework like java springboot and springcloud", "dependencies": { "@bpframework/middleware-koa-bodyparser": "0.0.3", "amqplib": "^0.8.0", "cloud-config-client": "^1.5.2", "cron": "^1.8.2", "febs": "^1.2.10", "nacos": "^2.0.0", "reflect-metadata": "^0.1.13", "yaml": "^1.10.0" }, "devDependencies": { "@types/amqplib": "^0.8.2", "@types/cron": "^1.7.2" }, "directories": {}, "homepage": "https://github.com/bpcloud/bpframework#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/bpcloud/bpframework.git" }, "scripts": { "prepublishOnly": "tsc --build tsconfig.json && cp -rf libs/utils/qs dist/utils/qs", "build": "tsc --build tsconfig.json && cp -rf libs/utils/qs dist/utils/qs" }, "keywords": [ "java", "spring", "springboot", "springcloud", "annotation", "validation", "controller", "service", "feign", "feignClient", "PathVariable", "RequestBody", "RequestMapping", "postmapping", "getmapping", "RequestParam", "restcontroller", "request", "service", "autowired" ], "engines": { "node": ">=8" }, "files": [ "dist", "types", "config.md", "feature.md" ], "types": "./types/index.d.ts", "license": "MIT", "main": "./dist/index.js", "maintainers": [ { "name": "brainpoint", "email": "bpoint.lee@gmail.com" } ], "name": "bpframework", "version": "0.4.2" }