{
  "name": "@ionic/cli-framework",
  "version": "4.1.1",
  "description": "The foundation framework of the Ionic CLI",
  "homepage": "https://ionicframework.com/",
  "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
  "main": "./index.js",
  "types": "./index.d.ts",
  "engines": {
    "node": ">=10.3.0"
  },
  "scripts": {
    "clean": "rimraf index.* definitions.* errors.* guards.* lib utils",
    "lint": "tslint --project tsconfig.json",
    "build": "npm run clean && tsc",
    "watch": "tsc -w --preserveWatchOutput",
    "test": "jest --maxWorkers=4",
    "prepublishOnly": "npm run build"
  },
  "license": "MIT",
  "dependencies": {
    "@ionic/utils-array": "2.1.1",
    "@ionic/utils-fs": "3.1.1",
    "@ionic/utils-object": "2.1.1",
    "@ionic/utils-process": "2.1.1",
    "@ionic/utils-stream": "3.1.1",
    "@ionic/utils-subprocess": "2.1.1",
    "@ionic/utils-terminal": "2.1.1",
    "chalk": "^3.0.0",
    "debug": "^4.0.0",
    "lodash": "^4.17.5",
    "log-update": "^4.0.0",
    "minimist": "^1.2.0",
    "rimraf": "^3.0.0",
    "slice-ansi": "^4.0.0",
    "string-width": "^4.1.0",
    "strip-ansi": "^6.0.0",
    "tslib": "^1.9.0",
    "untildify": "^4.0.0",
    "wrap-ansi": "^6.0.0",
    "write-file-atomic": "^3.0.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.1",
    "@types/jest": "^25.1.0",
    "@types/lodash": "^4.14.104",
    "@types/minimist": "^1.2.0",
    "@types/node": "~10.17.13",
    "@types/rimraf": "^2.0.2",
    "@types/slice-ansi": "^2.0.0",
    "@types/wrap-ansi": "^3.0.0",
    "@types/write-file-atomic": "^3.0.0",
    "jest": "^25.1.0",
    "jest-cli": "^25.1.0",
    "lint-staged": "^10.0.2",
    "ts-jest": "^25.0.0",
    "tslint": "^5.9.1",
    "typescript": "~3.8.2"
  }
}
