{ "name": "@backstage/cli", "description": "CLI for developing Backstage plugins and apps", "version": "0.1.1-alpha.0", "private": false, "publishConfig": { "access": "public" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/spotify/backstage", "directory": "packages/cli" }, "keywords": [ "backstage" ], "license": "Apache-2.0", "main": "dist", "scripts": { "exec": "npx ts-node ./src", "build": "backstage-cli build-cache -- tsc --outDir dist --noEmit false --module CommonJS", "lint": "backstage-cli lint", "test": "backstage-cli test", "start": "nodemon ." }, "devDependencies": { "@types/fs-extra": "^8.1.0", "@types/html-webpack-plugin": "^3.2.2", "@types/inquirer": "^6.5.0", "@types/node": "^13.7.2", "@types/ora": "^3.2.0", "@types/react-dev-utils": "^9.0.4", "@types/recursive-readdir": "^2.2.0", "@types/tar": "^4.0.3", "@types/rollup-plugin-peer-deps-external": "^2.2.0", "@types/rollup-plugin-postcss": "^2.0.0", "@types/webpack": "^4.41.7", "@types/webpack-dev-server": "^3.10.0", "del": "^5.1.0", "nodemon": "^2.0.2", "tar": "^6.0.1", "ts-node": "^8.6.2" }, "bin": { "backstage-cli": "bin/backstage-cli" }, "dependencies": { "@lerna/package-graph": "^3.18.5", "@lerna/project": "^3.18.0", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@spotify/web-scripts": "^6.0.0", "chokidar": "^3.3.1", "commander": "^4.1.1", "dashify": "^2.0.0", "fork-ts-checker-webpack-plugin": "^4.0.5", "fs-extra": "^8.1.0", "handlebars": "^4.7.3", "html-webpack-plugin": "^3.2.0", "inquirer": "^7.0.4", "ora": "^4.0.3", "react-dev-utils": "^10.2.0", "react-scripts": "^3.4.1", "recursive-readdir": "^2.2.2", "replace-in-file": "^5.0.2", "rollup": "^2.1.0", "rollup-plugin-image-files": "^1.4.2", "rollup-plugin-peer-deps-external": "^2.2.2", "rollup-plugin-postcss": "^2.5.0", "rollup-plugin-typescript2": "^0.26.0", "ts-loader": "^6.2.1", "webpack": "^4.41.6", "webpack-dev-server": "^3.10.3" }, "files": [ "templates", "config", "bin", "dist" ], "nodemonConfig": { "watch": "./src", "exec": "ts-node ./src", "ext": "ts" } }