-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.52 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.52 KB
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
70
71
{
"description": "build cli of bpframework",
"dependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@types/keymirror": "^0.1.1",
"babel-loader": "^8.0.6",
"chalk": "^4.1.0",
"colors": "^1.1.2",
"core-js": "^3.6.5",
"febs": "^1.0.11",
"ora": "^1.4.0",
"readline-sync": "^1.4.10",
"term-list": "^0.2.1",
"terser-webpack-plugin": "^2.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.2",
"webpack-node-externals": "^2.5.2"
},
"directories": {},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/bpcloud/bpframework-build-cli#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bpcloud/bpframework-build-cli.git"
},
"keywords": [
"java",
"spring",
"springboot",
"annotation",
"validation",
"controller",
"service",
"feign",
"feignClient",
"PathVariable",
"RequestBody",
"RequestMapping",
"postmapping",
"getmapping",
"RequestParam",
"restcontroller",
"request",
"service",
"autowired"
],
"files": [
"_scripts",
"bin"
],
"bin": {
"bpframework-build": "./bin/index.js"
},
"license": "MIT",
"main": "./bin/index.js",
"maintainers": [
{
"name": "brainpoint",
"email": "bpoint.lee@gmail.com"
}
],
"name": "@bpframework/build-cli",
"version": "0.1.7"
}