UNPKG

3.53 kBJSONView Raw
1{
2 "private": false,
3 "name": "@bearer/cli",
4 "description": "Bearer CLI",
5 "version": "1.13.8",
6 "author": "Bearer Team<engineering@bearer.sh>",
7 "repository": "Bearer/bearer-sdk",
8 "homepage": "https://github.com/Bearer/bearer/tree/master/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.13.8",
15 "@bearer/functions": "^1.13.8",
16 "@bearer/openapi-generator": "^1.13.8",
17 "@bearer/security": "^1.13.8",
18 "@bearer/transpiler": "^1.13.8",
19 "@bearer/types": "^1.13.8",
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-node": "^8.0.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/express": "^4.16.1",
60 "@types/find-up": "^2.1.1",
61 "@types/fs-extra": "^5.0.5",
62 "@types/get-port": "^4.2.0",
63 "@types/globby": "^8.0.0",
64 "@types/ini": "^1.3.29",
65 "@types/inquirer": "^6.0.0",
66 "@types/jest": "^24.0.11",
67 "@types/knex": "^0.16.1",
68 "@types/listr": "^0.13.0",
69 "@types/lodash.set": "^4.3.6",
70 "@types/nock": "^9.3.1",
71 "@types/open": "^6.1.0",
72 "@types/webpack": "^4.4.27",
73 "archiver": "^3.0.0",
74 "jest": "^24.7.1",
75 "nock": "^10.0.6",
76 "ts-jest": "^24.0.1",
77 "typescript": "^3.4.1"
78 },
79 "engines": {
80 "node": ">=8.0.0"
81 },
82 "files": [
83 "/templates",
84 "/bin",
85 "/lib",
86 "/oclif.manifest.json"
87 ],
88 "keywords": [
89 "oclif"
90 ],
91 "license": "MIT",
92 "main": "lib/index.js",
93 "oclif": {
94 "commands": "./lib/commands",
95 "bin": "bearer",
96 "plugins": [
97 "@oclif/plugin-help",
98 "@oclif/plugin-warn-if-update-available",
99 "@oclif/plugin-autocomplete",
100 "@oclif/plugin-not-found"
101 ],
102 "warn-if-update-available": {
103 "timeoutInDays": 7,
104 "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"
105 }
106 },
107 "scripts": {
108 "clean": "rm -rf lib",
109 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
110 "posttest": "tsc -p test --noEmit",
111 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
112 "prepare": "rm -rf lib && tsc",
113 "test": "jest --runInBand --colors",
114 "test:ci": "jest --runInBand --colors --coverage --ci",
115 "version": "oclif-dev readme && git add README.md"
116 },
117 "types": "lib/index.d.ts",
118 "gitHead": "d7d341dab98c73f9b96644a4009fed0e2ca7bf73"
119}