{ "name": "@techdocs/cli", "description": "CLI for running TechDocs locally.", "version": "0.1.1-alpha.20", "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/spotify/backstage", "directory": "packages/techdocs-cli" }, "keywords": [ "backstage", "techdocs" ], "license": "Apache-2.0", "main": "dist/index.cjs.js", "scripts": { "build": "./bin/build.sh", "lint": "backstage-cli lint", "test": "backstage-cli test --passWithNoTests", "clean": "backstage-cli clean", "start": "nodemon --" }, "bin": { "techdocs-cli": "bin/techdocs-cli" }, "devDependencies": { "@spotify/eslint-config": "^7.0.0", "@spotify/prettier-config": "^7.0.0", "@types/serve-handler": "^6.1.0", "eslint": "^7.1.0", "eslint-plugin-import": "^2.22.0" }, "files": [ "bin", "dist" ], "nodemonConfig": { "watch": "./src", "exec": "bin/build && bin/techdocs-cli", "ext": "ts" }, "dependencies": { "@backstage/cli": "^0.1.1-alpha.20", "commander": "^6.1.0", "fs-extra": "^9.0.1", "http-proxy": "^1.18.1", "react-dev-utils": "^10.2.1", "serve-handler": "^6.1.3" } }