{
  "name": "@ionic/lab",
  "version": "3.1.2",
  "description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
  "bin": {
    "ionic-lab": "./bin/ionic-lab"
  },
  "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": [
    "bin/",
    "dist/",
    "www/",
    "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": "npm run clean.tsc",
    "clean.tsc": "rimraf dist",
    "clean.stencil": "rimraf www",
    "lint": "tslint --project tsconfig.json",
    "build": "npm run build.tsc && npm run build.stencil",
    "build.stencil": "npm run clean.stencil && stencil build",
    "build.tsc": "npm run clean.tsc && tsc",
    "watch": "npm run watch.tsc",
    "watch.stencil": "npm run clean.stencil && stencil build --dev --watch --serve --address localhost --port 8900 --no-open",
    "watch.tsc": "tsc -w --preserveWatchOutput",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@ionic/cli-framework": "4.1.1",
    "@ionic/utils-fs": "3.1.1",
    "chalk": "^3.0.0",
    "express": "^4.16.2",
    "tslib": "^1.9.0"
  },
  "devDependencies": {
    "@stencil/core": "~1.8.5",
    "@types/express": "^4.11.0",
    "@types/node": "~10.17.13",
    "lint-staged": "^10.0.2",
    "rimraf": "^3.0.0",
    "tslint": "^5.9.1",
    "typescript": "~3.8.2"
  }
}
