UNPKG

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