UNPKG

3.17 kBJSONView Raw
1{
2 "name": "@bearer/cli",
3 "description": "Bearer CLI",
4 "version": "0.111.0",
5 "author": "Bearer Team<engineering@bearer.sh>",
6 "repository": "Bearer/bearer",
7 "homepage": "https://github.com/Bearer/bearer/packages/cli#readme",
8 "bin": {
9 "bearer": "./bin/run"
10 },
11 "bugs": "https://github.com/Bearer/bearer/issues",
12 "dependencies": {
13 "@bearer/bearer-cli": "^0.111.0",
14 "@bearer/functions": "^0.111.0",
15 "@bearer/openapi-generator": "^0.111.0",
16 "@bearer/security": "^0.111.0",
17 "@bearer/transpiler": "^0.111.0",
18 "@bearer/types": "^0.111.0",
19 "@oclif/command": "^1.5.12",
20 "@oclif/config": "^1.12.12",
21 "@oclif/plugin-autocomplete": "^0.1.0",
22 "@oclif/plugin-help": "^2.1.6",
23 "@oclif/plugin-not-found": "^1.2.1",
24 "@oclif/plugin-update": "^1.3.3",
25 "@oclif/plugin-warn-if-update-available": "^1.7.0",
26 "axios": "^0.18.0",
27 "case": "^1.5.5",
28 "chokidar": "^2.0.4",
29 "cli-ux": "^5.2.1",
30 "colors": "^1.3.1",
31 "commander": "^2.19.0",
32 "copy-template-dir": "^1.4.0",
33 "find-up": "^3.0.0",
34 "fs": "^0.0.1-security",
35 "fs-extra": "^7.0.0",
36 "get-port": "^4.2.0",
37 "globby": "^8.0.1",
38 "ini": "^1.3.5",
39 "inquirer": "^6.2.2",
40 "inquirer-prompt-suggest": "^0.1.0",
41 "jsonc-parser": "^2.1.0",
42 "listr": "^0.14.2",
43 "lodash.set": "^4.3.2",
44 "open": "^6.0.0",
45 "os": "^0.1.1",
46 "path": "^0.12.7",
47 "rc": "^1.2.8",
48 "sqlite3": "^4.0.2",
49 "ts-loader": "^5.3.3",
50 "tslib": "^1",
51 "typescript-json-schema": "^0.34.0",
52 "webpack": "^4.29.6"
53 },
54 "devDependencies": {
55 "@oclif/dev-cli": "^1.22.0",
56 "@types/archiver": "^2.1.3",
57 "@types/chokidar": "^1.7.5",
58 "@types/find-up": "^2.1.1",
59 "@types/fs-extra": "^5.0.5",
60 "@types/get-port": "^4.2.0",
61 "@types/globby": "^8.0.0",
62 "@types/ini": "^1.3.29",
63 "@types/inquirer": "^6.0.0",
64 "@types/jest": "^24.0.11",
65 "@types/listr": "^0.13.0",
66 "@types/lodash.set": "^4.3.6",
67 "@types/nock": "^9.3.1",
68 "@types/webpack": "^4.4.27",
69 "archiver": "^3.0.0",
70 "jest": "^24.7.1",
71 "nock": "^10.0.6",
72 "ts-jest": "^24.0.1",
73 "ts-node": "^8.0.3",
74 "typescript": "^3.4.1"
75 },
76 "engines": {
77 "node": ">=8.0.0"
78 },
79 "files": [
80 "/templates",
81 "/bin",
82 "/lib",
83 "/oclif.manifest.json"
84 ],
85 "keywords": [
86 "oclif"
87 ],
88 "license": "MIT",
89 "main": "lib/index.js",
90 "oclif": {
91 "commands": "./lib/commands",
92 "bin": "bearer",
93 "plugins": [
94 "@oclif/plugin-help",
95 "@oclif/plugin-warn-if-update-available",
96 "@oclif/plugin-autocomplete",
97 "@oclif/plugin-not-found"
98 ]
99 },
100 "scripts": {
101 "clean": "rm -rf lib",
102 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
103 "posttest": "tsc -p test --noEmit",
104 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
105 "prepare": "rm -rf lib && tsc",
106 "test": "rm -rf .bearer && jest --runInBand --colors",
107 "test:ci": "rm -rf .bearer && jest --runInBand --colors",
108 "version": "oclif-dev readme && git add README.md"
109 },
110 "types": "lib/index.d.ts",
111 "gitHead": "60daf46e8781c3d6ca49def23fa862ef1a2ef232"
112}