{
  "name": "@ionic/v1-toolkit",
  "version": "3.2.20",
  "description": "Utility CLI for Ionic 1.x apps, used by Ionic CLI",
  "bin": {
    "ionic-v1": "./bin/ionic-v1"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://ionicframework.com/",
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
  "license": "MIT",
  "engines": {
    "node": ">=10.3.0"
  },
  "files": [
    "assets/",
    "bin/",
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ionic-team/ionic-cli.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/ionic-cli/issues"
  },
  "scripts": {
    "clean": "rimraf dist",
    "lint": "true",
    "build": "npm run clean && tsc",
    "watch": "tsc -w --preserveWatchOutput",
    "test": "jest --maxWorkers=4",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@ionic/cli-framework": "5.1.3",
    "@ionic/utils-fs": "3.1.6",
    "@ionic/utils-terminal": "2.3.3",
    "chalk": "^4.0.0",
    "chokidar": "^3.0.1",
    "debug": "^4.0.0",
    "express": "^4.16.2",
    "gulp": "^4.0.2",
    "http-proxy-middleware": "^0.20.0",
    "tiny-lr": "^1.1.0",
    "tslib": "^2.0.1",
    "ws": "^7.0.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.1",
    "@types/express": "4.17.13",
    "@types/express-serve-static-core": "4.17.28",
    "@types/gulp": "^4.0.6",
    "@types/http-proxy-middleware": "^0.19.0",
    "@types/jest": "^26.0.10",
    "@types/node": "~10.17.13",
    "@types/undertaker": "^1.2.3",
    "@types/ws": "^7.2.0",
    "jest": "^26.4.2",
    "jest-cli": "^26.0.1",
    "lint-staged": "^10.0.2",
    "rimraf": "^3.0.0",
    "ts-jest": "~26.3.0",
    "typescript": "~4.0.2"
  },
  "gitHead": "9badbe7f30687d6416dc40f139912e0ba4563493"
}
