UNPKG

7.83 kBJSONView Raw
1{
2 "name": "@backstage/cli",
3 "description": "CLI for developing Backstage plugins and apps",
4 "version": "0.18.0",
5 "private": false,
6 "publishConfig": {
7 "access": "public"
8 },
9 "backstage": {
10 "role": "cli"
11 },
12 "homepage": "https://backstage.io",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/backstage/backstage",
16 "directory": "packages/cli"
17 },
18 "keywords": [
19 "backstage"
20 ],
21 "license": "Apache-2.0",
22 "main": "dist/index.cjs.js",
23 "scripts": {
24 "build": "backstage-cli package build",
25 "lint": "backstage-cli package lint",
26 "test": "backstage-cli package test",
27 "clean": "backstage-cli package clean",
28 "start": "nodemon --"
29 },
30 "bin": {
31 "backstage-cli": "bin/backstage-cli"
32 },
33 "dependencies": {
34 "@backstage/cli-common": "^0.1.9",
35 "@backstage/config": "^1.0.1",
36 "@backstage/config-loader": "^1.1.3",
37 "@backstage/errors": "^1.1.0",
38 "@backstage/release-manifests": "^0.0.5",
39 "@backstage/types": "^1.0.0",
40 "@hot-loader/react-dom-v16": "npm:@hot-loader/react-dom@^16.0.2",
41 "@hot-loader/react-dom-v17": "npm:@hot-loader/react-dom@^17.0.2",
42 "@manypkg/get-packages": "^1.1.3",
43 "@octokit/request": "^6.0.0",
44 "@rollup/plugin-commonjs": "^22.0.0",
45 "@rollup/plugin-json": "^4.1.0",
46 "@rollup/plugin-node-resolve": "^13.0.6",
47 "@rollup/plugin-yaml": "^3.1.0",
48 "@spotify/eslint-config-base": "^14.0.0",
49 "@spotify/eslint-config-react": "^14.0.0",
50 "@spotify/eslint-config-typescript": "^14.0.0",
51 "@sucrase/jest-plugin": "^2.1.1",
52 "@sucrase/webpack-loader": "^2.0.0",
53 "@svgr/plugin-jsx": "6.2.x",
54 "@svgr/plugin-svgo": "6.2.x",
55 "@svgr/rollup": "6.2.x",
56 "@svgr/webpack": "6.2.x",
57 "@types/webpack-env": "^1.15.2",
58 "@typescript-eslint/eslint-plugin": "^5.9.0",
59 "@typescript-eslint/parser": "^5.9.0",
60 "@yarnpkg/lockfile": "^1.1.0",
61 "@yarnpkg/parsers": "^3.0.0-rc.4",
62 "bfj": "^7.0.2",
63 "buffer": "^6.0.3",
64 "chalk": "^4.0.0",
65 "chokidar": "^3.3.1",
66 "commander": "^9.1.0",
67 "css-loader": "^6.5.1",
68 "diff": "^5.0.0",
69 "esbuild": "^0.14.10",
70 "esbuild-loader": "^2.18.0",
71 "eslint": "^8.6.0",
72 "eslint-config-prettier": "^8.3.0",
73 "eslint-formatter-friendly": "^7.0.0",
74 "eslint-plugin-deprecation": "^1.3.2",
75 "eslint-plugin-import": "^2.25.4",
76 "eslint-plugin-jest": "^26.1.2",
77 "eslint-plugin-jsx-a11y": "^6.5.1",
78 "eslint-plugin-monorepo": "^0.3.2",
79 "eslint-plugin-react": "^7.28.0",
80 "eslint-plugin-react-hooks": "^4.3.0",
81 "eslint-webpack-plugin": "^3.1.1",
82 "express": "^4.17.1",
83 "fork-ts-checker-webpack-plugin": "^7.0.0-alpha.8",
84 "fs-extra": "10.1.0",
85 "glob": "^7.1.7",
86 "global-agent": "^3.0.0",
87 "handlebars": "^4.7.3",
88 "html-webpack-plugin": "^5.3.1",
89 "inquirer": "^8.2.0",
90 "jest": "^27.5.1",
91 "jest-css-modules": "^2.1.0",
92 "jest-runtime": "^27.5.1",
93 "jest-transform-yaml": "^1.0.0",
94 "json-schema": "^0.4.0",
95 "lodash": "^4.17.21",
96 "mini-css-extract-plugin": "^2.4.2",
97 "minimatch": "5.1.0",
98 "node-fetch": "^2.6.7",
99 "node-libs-browser": "^2.2.1",
100 "npm-packlist": "^5.0.0",
101 "ora": "^5.3.0",
102 "postcss": "^8.1.0",
103 "process": "^0.11.10",
104 "react-dev-utils": "^12.0.0-next.60",
105 "react-hot-loader": "^4.13.0",
106 "recursive-readdir": "^2.2.2",
107 "replace-in-file": "^6.0.0",
108 "rollup": "^2.60.2",
109 "rollup-plugin-dts": "^4.0.1",
110 "rollup-plugin-esbuild": "^4.7.2",
111 "rollup-plugin-postcss": "^4.0.0",
112 "rollup-pluginutils": "^2.8.2",
113 "run-script-webpack-plugin": "^0.1.0",
114 "semver": "^7.3.2",
115 "style-loader": "^3.3.1",
116 "sucrase": "^3.20.2",
117 "tar": "^6.1.2",
118 "terser-webpack-plugin": "^5.1.3",
119 "util": "^0.12.3",
120 "webpack": "^5.66.0",
121 "webpack-dev-server": "^4.7.3",
122 "webpack-node-externals": "^3.0.0",
123 "yaml": "^2.0.0",
124 "yml-loader": "^2.1.0",
125 "yn": "^4.0.0",
126 "zod": "^3.11.6"
127 },
128 "devDependencies": {
129 "@backstage/backend-common": "^0.14.1",
130 "@backstage/config": "^1.0.1",
131 "@backstage/core-app-api": "^1.0.4",
132 "@backstage/core-components": "^0.10.0",
133 "@backstage/core-plugin-api": "^1.0.4",
134 "@backstage/dev-utils": "^1.0.4",
135 "@backstage/test-utils": "^1.1.2",
136 "@backstage/theme": "^0.2.16",
137 "@types/diff": "^5.0.0",
138 "@types/express": "^4.17.6",
139 "@types/fs-extra": "^9.0.1",
140 "@types/http-proxy": "^1.17.4",
141 "@types/inquirer": "^8.1.3",
142 "@types/minimatch": "^3.0.5",
143 "@types/mock-fs": "^4.13.0",
144 "@types/node": "^16.11.26",
145 "@types/npm-packlist": "^3.0.0",
146 "@types/recursive-readdir": "^2.2.0",
147 "@types/rollup-plugin-peer-deps-external": "^2.2.0",
148 "@types/rollup-plugin-postcss": "^3.1.4",
149 "@types/svgo": "^2.6.2",
150 "@types/tar": "^6.1.1",
151 "@types/terser-webpack-plugin": "^5.0.4",
152 "@types/yarnpkg__lockfile": "^1.1.4",
153 "del": "^6.0.0",
154 "mock-fs": "^5.1.0",
155 "msw": "^0.44.0",
156 "nodemon": "^2.0.2",
157 "ts-node": "^10.0.0"
158 },
159 "peerDependencies": {
160 "@microsoft/api-extractor": "^7.21.2"
161 },
162 "peerDependenciesMeta": {
163 "@microsoft/api-extractor": {
164 "optional": true
165 }
166 },
167 "files": [
168 "asset-types",
169 "templates",
170 "config",
171 "bin",
172 "dist/**/*.js"
173 ],
174 "nodemonConfig": {
175 "watch": "./src",
176 "exec": "bin/backstage-cli",
177 "ext": "ts"
178 },
179 "configSchema": {
180 "$schema": "https://backstage.io/schema/config-v1",
181 "title": "@backstage/cli",
182 "type": "object",
183 "properties": {
184 "app": {
185 "type": "object",
186 "properties": {
187 "baseUrl": {
188 "type": "string",
189 "visibility": "frontend"
190 },
191 "title": {
192 "type": "string",
193 "visibility": "frontend"
194 },
195 "googleAnalyticsTrackingId": {
196 "type": "string",
197 "visibility": "frontend",
198 "description": "Tracking ID for Google Analytics",
199 "examples": [
200 "UA-000000-0"
201 ]
202 },
203 "datadogRum": {
204 "type": "object",
205 "description": "Datadog RUM events configuration",
206 "properties": {
207 "env": {
208 "type": "string",
209 "visibility": "frontend",
210 "description": "Environment for Datadog RUM events"
211 },
212 "clientToken": {
213 "type": "string",
214 "visibility": "frontend",
215 "description": "clientToken for Datadog RUM events"
216 },
217 "applicationId": {
218 "type": "string",
219 "visibility": "frontend",
220 "description": "applicationId for Datadog RUM events"
221 },
222 "site": {
223 "type": "string",
224 "visibility": "frontend",
225 "description": "site for Datadog RUM events"
226 }
227 },
228 "required": [
229 "clientToken",
230 "applicationId"
231 ]
232 },
233 "listen": {
234 "type": "object",
235 "description": "Listening configuration for local development",
236 "properties": {
237 "host": {
238 "type": "string",
239 "visibility": "frontend",
240 "description": "The host that the frontend should be bound to. Only used for local development."
241 },
242 "port": {
243 "type": "number",
244 "visibility": "frontend",
245 "description": "The port that the frontend should be bound to. Only used for local development."
246 }
247 }
248 }
249 }
250 }
251 }
252 },
253 "gitHead": "999878d8f1ae30f6a15925816af2016cb9d717a1"
254}