-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"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:https://[email protected]/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": "[email protected]"
}
],
"name": "bpframework",
"version": "0.3.23"
}