UNPKG

3.4 kBJSONView Raw
1{
2 "private": false,
3 "name": "@bearer/cli",
4 "description": "Bearer CLI",
5 "version": "1.3.0-alpha.25+5f709dea",
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.3.0-alpha.25+5f709dea",
15 "@bearer/functions": "^1.3.0-alpha.25+5f709dea",
16 "@bearer/openapi-generator": "^1.3.0-alpha.25+5f709dea",
17 "@bearer/security": "^1.1.0",
18 "@bearer/transpiler": "^1.0.2",
19 "@bearer/types": "^1.0.2",
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": "^0.0.1-security",
38 "fs-extra": "^7.0.0",
39 "get-port": "^4.2.0",
40 "globby": "^8.0.1",
41 "ini": "^1.3.5",
42 "inquirer": "^6.2.2",
43 "inquirer-prompt-suggest": "^0.1.0",
44 "jsonc-parser": "^2.1.0",
45 "knex": "^0.16.5",
46 "listr": "^0.14.2",
47 "lodash.set": "^4.3.2",
48 "open": "^6.0.0",
49 "os": "^0.1.1",
50 "path": "^0.12.7",
51 "rc": "^1.2.8",
52 "sqlite3": "^4.0.2",
53 "ts-loader": "^5.3.3",
54 "ts-node": "^8.0.3",
55 "tslib": "^1",
56 "typescript-json-schema": "^0.34.0",
57 "webpack": "^4.29.6"
58 },
59 "devDependencies": {
60 "@oclif/dev-cli": "^1.22.0",
61 "@types/archiver": "^2.1.3",
62 "@types/chokidar": "^1.7.5",
63 "@types/express": "^4.16.1",
64 "@types/find-up": "^2.1.1",
65 "@types/fs-extra": "^5.0.5",
66 "@types/get-port": "^4.2.0",
67 "@types/globby": "^8.0.0",
68 "@types/ini": "^1.3.29",
69 "@types/inquirer": "^6.0.0",
70 "@types/jest": "^24.0.11",
71 "@types/knex": "^0.16.1",
72 "@types/listr": "^0.13.0",
73 "@types/lodash.set": "^4.3.6",
74 "@types/nock": "^9.3.1",
75 "@types/open": "^6.1.0",
76 "@types/webpack": "^4.4.27",
77 "archiver": "^3.0.0",
78 "jest": "^24.7.1",
79 "nock": "^10.0.6",
80 "ts-jest": "^24.0.1",
81 "typescript": "^3.4.1"
82 },
83 "engines": {
84 "node": ">=8.0.0"
85 },
86 "files": [
87 "/templates",
88 "/bin",
89 "/lib",
90 "/oclif.manifest.json"
91 ],
92 "keywords": [
93 "oclif"
94 ],
95 "license": "MIT",
96 "main": "lib/index.js",
97 "oclif": {
98 "commands": "./lib/commands",
99 "bin": "bearer",
100 "plugins": [
101 "@oclif/plugin-help",
102 "@oclif/plugin-warn-if-update-available",
103 "@oclif/plugin-autocomplete",
104 "@oclif/plugin-not-found"
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": "5f709dea6360edb35efd22322587617ed6fb50aa"
119}