UNPKG

3.08 kBJSONView Raw
1{
2 "name": "@bearer/cli",
3 "description": "Bearer CLI",
4 "version": "0.108.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.108.0",
14 "@bearer/functions": "^0.108.0",
15 "@bearer/openapi-generator": "^0.108.0",
16 "@bearer/security": "^0.108.0",
17 "@bearer/transpiler": "^0.108.0",
18 "@bearer/types": "^0.108.0",
19 "@oclif/command": "^1.5.2",
20 "@oclif/config": "^1.8.6",
21 "@oclif/plugin-autocomplete": "^0.1.0",
22 "@oclif/plugin-help": "^2.1.2",
23 "@oclif/plugin-not-found": "^1.2.1",
24 "@oclif/plugin-update": "^1.3.3",
25 "@oclif/plugin-warn-if-update-available": "^1.5.3",
26 "axios": "^0.18.0",
27 "case": "^1.5.5",
28 "chokidar": "^2.0.4",
29 "cli-ux": "^4.9.0",
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.1.0",
40 "listr": "^0.14.2",
41 "lodash.set": "^4.3.2",
42 "open": "^6.0.0",
43 "os": "^0.1.1",
44 "path": "^0.12.7",
45 "rc": "^1.2.8",
46 "sqlite3": "^4.0.2",
47 "tslib": "^1",
48 "typescript-json-schema": "^0.34.0",
49 "webpack": "^4.20.2"
50 },
51 "devDependencies": {
52 "@oclif/dev-cli": "^1.21.0",
53 "@types/archiver": "^2.1.2",
54 "@types/chokidar": "^1.7.5",
55 "@types/find-up": "^2.1.1",
56 "@types/fs-extra": "^5.0.4",
57 "@types/get-port": "^4.2.0",
58 "@types/globby": "^8.0.0",
59 "@types/ini": "^1.3.29",
60 "@types/inquirer": "^0.0.43",
61 "@types/jest": "^23.3.13",
62 "@types/listr": "^0.13.0",
63 "@types/lodash.set": "^4.3.6",
64 "@types/nock": "^9.3.1",
65 "@types/webpack": "^4.4.23",
66 "archiver": "^3.0.0",
67 "jest": "^24.1.0",
68 "nock": "^10.0.6",
69 "ts-jest": "^24.0.0",
70 "ts-node": "^8.0.1",
71 "typescript": "^3.3.3333"
72 },
73 "engines": {
74 "node": ">=8.0.0"
75 },
76 "files": [
77 "/templates",
78 "/bin",
79 "/lib",
80 "/oclif.manifest.json"
81 ],
82 "keywords": [
83 "oclif"
84 ],
85 "license": "MIT",
86 "main": "lib/index.js",
87 "oclif": {
88 "commands": "./lib/commands",
89 "bin": "bearer",
90 "plugins": [
91 "@oclif/plugin-help",
92 "@oclif/plugin-warn-if-update-available",
93 "@oclif/plugin-autocomplete",
94 "@oclif/plugin-not-found"
95 ]
96 },
97 "scripts": {
98 "clean": "rm -rf lib",
99 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
100 "posttest": "tsc -p test --noEmit",
101 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
102 "prepare": "rm -rf lib && tsc",
103 "test": "rm -rf .bearer && jest --runInBand --colors",
104 "test:ci": "rm -rf .bearer && jest --runInBand --colors",
105 "version": "oclif-dev readme && git add README.md"
106 },
107 "types": "lib/index.d.ts",
108 "gitHead": "cbc1e3cc1ebeaa294033bee5b362d8b05d7e1599"
109}