UNPKG

3.26 kBJSONView Raw
1{
2 "private": false,
3 "name": "@bearer/cli",
4 "description": "Bearer CLI",
5 "version": "1.0.0",
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.0.0",
15 "@bearer/functions": "^1.0.0",
16 "@bearer/openapi-generator": "^1.0.0",
17 "@bearer/security": "^1.0.0",
18 "@bearer/transpiler": "^1.0.0",
19 "@bearer/types": "^1.0.0",
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 "find-up": "^3.0.0",
36 "fs": "^0.0.1-security",
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.2.2",
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 "os": "^0.1.1",
49 "path": "^0.12.7",
50 "rc": "^1.2.8",
51 "sqlite3": "^4.0.2",
52 "ts-loader": "^5.3.3",
53 "ts-node": "^8.0.3",
54 "tslib": "^1",
55 "typescript-json-schema": "^0.34.0",
56 "webpack": "^4.29.6"
57 },
58 "devDependencies": {
59 "@oclif/dev-cli": "^1.22.0",
60 "@types/archiver": "^2.1.3",
61 "@types/chokidar": "^1.7.5",
62 "@types/find-up": "^2.1.1",
63 "@types/fs-extra": "^5.0.5",
64 "@types/get-port": "^4.2.0",
65 "@types/globby": "^8.0.0",
66 "@types/ini": "^1.3.29",
67 "@types/inquirer": "^6.0.0",
68 "@types/jest": "^24.0.11",
69 "@types/knex": "^0.16.1",
70 "@types/listr": "^0.13.0",
71 "@types/lodash.set": "^4.3.6",
72 "@types/nock": "^9.3.1",
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 },
104 "scripts": {
105 "clean": "rm -rf lib",
106 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
107 "posttest": "tsc -p test --noEmit",
108 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
109 "prepare": "rm -rf lib && tsc",
110 "test": "rm -rf .bearer && jest --runInBand --colors",
111 "test:ci": "rm -rf .bearer && jest --runInBand --colors",
112 "version": "oclif-dev readme && git add README.md"
113 },
114 "types": "lib/index.d.ts",
115 "gitHead": "37a4c0b71625a868f93adfdd365905c93b38bd5a"
116}