UNPKG

3.09 kBJSONView Raw
1{
2 "name": "@bearer/cli",
3 "description": "Bearer CLI",
4 "version": "0.107.0-canary-xray.8+6a64b7ff",
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.107.0-canary-xray.8+6a64b7ff",
14 "@bearer/functions": "^0.107.0-canary-xray.8+6a64b7ff",
15 "@bearer/openapi-generator": "^0.107.0-canary-xray.8+6a64b7ff",
16 "@bearer/security": "^0.107.0-canary-xray.8+6a64b7ff",
17 "@bearer/transpiler": "^0.107.0-canary-xray.8+6a64b7ff",
18 "@bearer/types": "^0.107.0-canary-xray.8+6a64b7ff",
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 "globby": "^8.0.1",
37 "ini": "^1.3.5",
38 "inquirer": "^6.1.0",
39 "listr": "^0.14.2",
40 "os": "^0.1.1",
41 "path": "^0.12.7",
42 "rc": "^1.2.8",
43 "sqlite3": "^4.0.2",
44 "tslib": "^1",
45 "typescript-json-schema": "^0.34.0",
46 "webpack": "^4.20.2"
47 },
48 "devDependencies": {
49 "@oclif/dev-cli": "^1.21.0",
50 "@types/archiver": "^2.1.2",
51 "@types/chokidar": "^1.7.5",
52 "@types/find-up": "^2.1.1",
53 "@types/fs-extra": "^5.0.4",
54 "@types/globby": "^8.0.0",
55 "@types/ini": "^1.3.29",
56 "@types/inquirer": "^0.0.43",
57 "@types/jest": "^23.3.13",
58 "@types/listr": "^0.13.0",
59 "@types/nock": "^9.3.1",
60 "@types/webpack": "^4.4.23",
61 "archiver": "^3.0.0",
62 "jest": "^24.1.0",
63 "nock": "^10.0.6",
64 "ts-jest": "^24.0.0",
65 "ts-node": "^8.0.1",
66 "typescript": "^3.3.3333"
67 },
68 "engines": {
69 "node": ">=8.0.0"
70 },
71 "files": [
72 "/templates",
73 "/bin",
74 "/lib",
75 "/oclif.manifest.json"
76 ],
77 "keywords": [
78 "oclif"
79 ],
80 "license": "MIT",
81 "main": "lib/index.js",
82 "oclif": {
83 "commands": "./lib/commands",
84 "bin": "bearer",
85 "plugins": [
86 "@oclif/plugin-help",
87 "@oclif/plugin-warn-if-update-available",
88 "@oclif/plugin-autocomplete",
89 "@oclif/plugin-not-found"
90 ]
91 },
92 "scripts": {
93 "clean": "rm -rf lib",
94 "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
95 "posttest": "tsc -p test --noEmit",
96 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
97 "prepare": "rm -rf lib && tsc",
98 "test": "rm -rf .bearer && jest --runInBand --colors",
99 "test:ci": "rm -rf .bearer && jest --runInBand --colors",
100 "version": "oclif-dev readme && git add README.md"
101 },
102 "types": "lib/index.d.ts",
103 "gitHead": "6a64b7ffabdcaf7e3dbdbea213dccc25331f73cc"
104}