UNPKG

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