{
  "name": "@webpack-cli/package-utils",
  "version": "1.0.1-alpha.2",
  "description": "A module to help managing packages and modules inside webpack CLI",
  "keywords": [
    "webpack",
    "webpack-cli",
    "node",
    "package",
    "utils",
    "npm",
    "yarn"
  ],
  "author": "emanuele <my.burning@gmail.com>",
  "homepage": "https://github.com/webpack/webpack-cli#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/webpack-cli.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/webpack/webpack-cli/issues"
  },
  "dependencies": {
    "@webpack-cli/logger": "^1.0.1-alpha.2",
    "chalk": "^3.0.0",
    "enquirer": "^2.3.4",
    "execa": "^4.0.0"
  },
  "devDependencies": {
    "typescript": "^3.8.2"
  },
  "gitHead": "2ea31742bdd4657a14735a0b4776a4a76137fa69"
}
