{
  "name": "rush-init-project-plugin",
  "version": "0.11.1",
  "description": "Rush plugin for initialize project in monorepo",
  "keywords": [
    "rush",
    "plugin",
    "command",
    "init",
    "project"
  ],
  "homepage": "https://github.com/tiktok/rush-plugins#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/tiktok/rush-plugins",
    "directory": "rush-plugins/rush-init-project-plugin"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "rush-init-project": "lib/cli.js"
  },
  "dependencies": {
    "@rushstack/node-core-library": "3.62.0",
    "@rushstack/rush-sdk": "5.62.4",
    "@types/inquirer-autocomplete-prompt": "~3.0.0",
    "blessed": "~0.1.81",
    "blessed-contrib": "~4.11.0",
    "chalk": "4.1.2",
    "commander": "~9.4.0",
    "handlebars-helpers": "~0.10.0",
    "inquirer": "~8.2.0",
    "inquirer-autocomplete-prompt": "~1.4.0",
    "lilconfig": "~2.0.4",
    "lodash": "4.17.21",
    "node-plop": "0.26.3",
    "ora": "5.4.1",
    "sort-package-json": "1.54.0",
    "tapable": "~2.2.1",
    "ts-node": "11.0.0-beta.1",
    "validate-npm-package-name": "~3.0.0"
  },
  "devDependencies": {
    "@rushstack/eslint-config": "3.3.4",
    "@rushstack/heft": "0.61.0",
    "@rushstack/heft-node-rig": "2.2.25",
    "@types/blessed": "~0.1.19",
    "@types/ejs": "~3.1.1",
    "@types/heft-jest": "1.0.1",
    "@types/inquirer": "~8.1.3",
    "@types/lodash": "4.14.184",
    "@types/node": "18.17.15",
    "del": "6.1.1",
    "ejs": "~3.1.8",
    "typescript": "~5.0.4"
  },
  "scripts": {
    "build": "heft build --clean",
    "build:watch": "heft build --watch",
    "start": "heft build-watch",
    "test": "heft test"
  }
}