UNPKG

8.77 kBJSONView Raw
1{
2 "name": "@backstage/cli",
3 "description": "CLI for developing Backstage plugins and apps",
4 "version": "0.22.7",
5 "publishConfig": {
6 "access": "public"
7 },
8 "backstage": {
9 "role": "cli"
10 },
11 "homepage": "https://backstage.io",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/backstage/backstage",
15 "directory": "packages/cli"
16 },
17 "keywords": [
18 "backstage"
19 ],
20 "license": "Apache-2.0",
21 "main": "dist/index.cjs.js",
22 "scripts": {
23 "build": "backstage-cli package build",
24 "lint": "backstage-cli package lint",
25 "test": "backstage-cli package test",
26 "clean": "backstage-cli package clean",
27 "start": "nodemon --"
28 },
29 "bin": {
30 "backstage-cli": "bin/backstage-cli"
31 },
32 "dependencies": {
33 "@backstage/cli-common": "^0.1.12",
34 "@backstage/cli-node": "^0.1.0",
35 "@backstage/config": "^1.0.7",
36 "@backstage/config-loader": "^1.3.0",
37 "@backstage/errors": "^1.1.5",
38 "@backstage/eslint-plugin": "^0.1.3",
39 "@backstage/release-manifests": "^0.0.9",
40 "@backstage/types": "^1.0.2",
41 "@esbuild-kit/cjs-loader": "^2.4.1",
42 "@manypkg/get-packages": "^1.1.3",
43 "@octokit/oauth-app": "^4.2.0",
44 "@octokit/request": "^6.0.0",
45 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
46 "@rollup/plugin-commonjs": "^23.0.0",
47 "@rollup/plugin-json": "^5.0.0",
48 "@rollup/plugin-node-resolve": "^13.0.6",
49 "@rollup/plugin-yaml": "^4.0.0",
50 "@spotify/eslint-config-base": "^14.0.0",
51 "@spotify/eslint-config-react": "^14.0.0",
52 "@spotify/eslint-config-typescript": "^14.0.0",
53 "@sucrase/webpack-loader": "^2.0.0",
54 "@svgr/core": "6.5.x",
55 "@svgr/plugin-jsx": "6.5.x",
56 "@svgr/plugin-svgo": "6.5.x",
57 "@svgr/rollup": "6.5.x",
58 "@svgr/webpack": "6.5.x",
59 "@swc/core": "^1.3.46",
60 "@swc/helpers": "^0.5.0",
61 "@swc/jest": "^0.2.22",
62 "@types/jest": "^29.0.0",
63 "@types/webpack-env": "^1.15.2",
64 "@typescript-eslint/eslint-plugin": "^5.9.0",
65 "@typescript-eslint/parser": "^5.9.0",
66 "@yarnpkg/lockfile": "^1.1.0",
67 "@yarnpkg/parsers": "^3.0.0-rc.4",
68 "bfj": "^7.0.2",
69 "buffer": "^6.0.3",
70 "chalk": "^4.0.0",
71 "chokidar": "^3.3.1",
72 "commander": "^9.1.0",
73 "cross-spawn": "^7.0.3",
74 "css-loader": "^6.5.1",
75 "diff": "^5.0.0",
76 "esbuild": "^0.17.0",
77 "esbuild-loader": "^2.18.0",
78 "eslint": "^8.6.0",
79 "eslint-config-prettier": "^8.3.0",
80 "eslint-formatter-friendly": "^7.0.0",
81 "eslint-plugin-deprecation": "^1.3.2",
82 "eslint-plugin-import": "^2.25.4",
83 "eslint-plugin-jest": "^27.0.0",
84 "eslint-plugin-jsx-a11y": "^6.5.1",
85 "eslint-plugin-react": "^7.28.0",
86 "eslint-plugin-react-hooks": "^4.3.0",
87 "eslint-webpack-plugin": "^3.1.1",
88 "express": "^4.17.1",
89 "fork-ts-checker-webpack-plugin": "^7.0.0-alpha.8",
90 "fs-extra": "10.1.0",
91 "glob": "^7.1.7",
92 "global-agent": "^3.0.0",
93 "handlebars": "^4.7.3",
94 "html-webpack-plugin": "^5.3.1",
95 "inquirer": "^8.2.0",
96 "jest": "^29.0.2",
97 "jest-css-modules": "^2.1.0",
98 "jest-environment-jsdom": "^29.0.2",
99 "jest-runtime": "^29.0.2",
100 "json-schema": "^0.4.0",
101 "lodash": "^4.17.21",
102 "mini-css-extract-plugin": "^2.4.2",
103 "minimatch": "^5.1.1",
104 "node-fetch": "^2.6.7",
105 "node-libs-browser": "^2.2.1",
106 "npm-packlist": "^5.0.0",
107 "ora": "^5.3.0",
108 "postcss": "^8.1.0",
109 "process": "^0.11.10",
110 "react-dev-utils": "^12.0.0-next.60",
111 "react-refresh": "^0.14.0",
112 "recursive-readdir": "^2.2.2",
113 "replace-in-file": "^6.0.0",
114 "rollup": "^2.60.2",
115 "rollup-plugin-dts": "^4.0.1",
116 "rollup-plugin-esbuild": "^4.7.2",
117 "rollup-plugin-postcss": "^4.0.0",
118 "rollup-pluginutils": "^2.8.2",
119 "run-script-webpack-plugin": "^0.1.0",
120 "semver": "^7.3.2",
121 "style-loader": "^3.3.1",
122 "sucrase": "^3.20.2",
123 "swc-loader": "^0.2.3",
124 "tar": "^6.1.12",
125 "terser-webpack-plugin": "^5.1.3",
126 "util": "^0.12.3",
127 "webpack": "^5.70.0",
128 "webpack-dev-server": "^4.7.3",
129 "webpack-node-externals": "^3.0.0",
130 "yaml": "^2.0.0",
131 "yml-loader": "^2.1.0",
132 "yn": "^4.0.0",
133 "zod": "^3.21.4"
134 },
135 "devDependencies": {
136 "@backstage/backend-common": "^0.18.5",
137 "@backstage/config": "^1.0.7",
138 "@backstage/core-app-api": "^1.8.0",
139 "@backstage/core-components": "^0.13.1",
140 "@backstage/core-plugin-api": "^1.5.1",
141 "@backstage/dev-utils": "^1.0.15",
142 "@backstage/test-utils": "^1.3.1",
143 "@backstage/theme": "^0.3.0",
144 "@types/cross-spawn": "^6.0.2",
145 "@types/diff": "^5.0.0",
146 "@types/express": "^4.17.6",
147 "@types/fs-extra": "^9.0.1",
148 "@types/http-proxy": "^1.17.4",
149 "@types/inquirer": "^8.1.3",
150 "@types/minimatch": "^5.0.0",
151 "@types/mock-fs": "^4.13.0",
152 "@types/node": "^16.11.26",
153 "@types/npm-packlist": "^3.0.0",
154 "@types/recursive-readdir": "^2.2.0",
155 "@types/rollup-plugin-peer-deps-external": "^2.2.0",
156 "@types/rollup-plugin-postcss": "^3.1.4",
157 "@types/svgo": "^2.6.2",
158 "@types/tar": "^6.1.1",
159 "@types/terser-webpack-plugin": "^5.0.4",
160 "@types/yarnpkg__lockfile": "^1.1.4",
161 "del": "^7.0.0",
162 "mock-fs": "^5.1.0",
163 "msw": "^1.0.0",
164 "nodemon": "^2.0.2",
165 "ts-node": "^10.0.0",
166 "type-fest": "^2.19.0"
167 },
168 "peerDependencies": {
169 "@microsoft/api-extractor": "^7.21.2"
170 },
171 "peerDependenciesMeta": {
172 "@microsoft/api-extractor": {
173 "optional": true
174 }
175 },
176 "files": [
177 "asset-types",
178 "templates",
179 "config",
180 "bin",
181 "dist/**/*.js"
182 ],
183 "nodemonConfig": {
184 "watch": "./src",
185 "exec": "bin/backstage-cli",
186 "ext": "ts"
187 },
188 "configSchema": {
189 "$schema": "https://backstage.io/schema/config-v1",
190 "title": "@backstage/cli",
191 "type": "object",
192 "properties": {
193 "app": {
194 "type": "object",
195 "properties": {
196 "baseUrl": {
197 "type": "string",
198 "visibility": "frontend"
199 },
200 "title": {
201 "type": "string",
202 "visibility": "frontend"
203 },
204 "datadogRum": {
205 "type": "object",
206 "description": "Datadog RUM events configuration",
207 "properties": {
208 "env": {
209 "type": "string",
210 "visibility": "frontend",
211 "description": "Environment for Datadog RUM events"
212 },
213 "clientToken": {
214 "type": "string",
215 "visibility": "frontend",
216 "description": "clientToken for Datadog RUM events"
217 },
218 "applicationId": {
219 "type": "string",
220 "visibility": "frontend",
221 "description": "applicationId for Datadog RUM events"
222 },
223 "site": {
224 "type": "string",
225 "visibility": "frontend",
226 "description": "site for Datadog RUM events"
227 }
228 },
229 "required": [
230 "clientToken",
231 "applicationId"
232 ]
233 },
234 "listen": {
235 "type": "object",
236 "description": "Listening configuration for local development",
237 "properties": {
238 "host": {
239 "type": "string",
240 "visibility": "frontend",
241 "description": "The host that the frontend should be bound to. Only used for local development."
242 },
243 "port": {
244 "type": "number",
245 "visibility": "frontend",
246 "description": "The port that the frontend should be bound to. Only used for local development."
247 }
248 }
249 },
250 "https": {
251 "type": "object",
252 "description": "Only used for local development. The https object is passed to webpack in order to enable using https on localhost.",
253 "properties": {
254 "certificate": {
255 "type": "object",
256 "description": "Parent object containing certificate and the private key",
257 "required": [
258 "key",
259 "cert"
260 ],
261 "properties": {
262 "key": {
263 "type": "string",
264 "visibility": "secret",
265 "description": "Https Certificate private key. Use $file to load in a file"
266 },
267 "cert": {
268 "type": "string",
269 "visibility": "secret",
270 "description": "Https Certificate. Use $file to load in a file"
271 }
272 }
273 }
274 }
275 }
276 }
277 }
278 }
279 }
280}
\No newline at end of file