{
  "name": "pkg-reflector",
  "version": "3.6.0",
  "description": "Find and install the npm modules",
  "scripts": {
    "test": "xo && jest",
    "lint": "xo",
    "lint:fix": "xo --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zcong1993/pkg-reflector.git"
  },
  "keywords": [
    "pkg",
    "install",
    "reflect",
    "npminstall",
    "yarninstall"
  ],
  "author": "zcong1993",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zcong1993/pkg-reflector/issues"
  },
  "homepage": "https://github.com/zcong1993/pkg-reflector#readme",
  "dependencies": {
    "any-observable": "^0.2.0",
    "cac": "^4.0.0",
    "chalk": "^2.0.1",
    "cross-spawn": "^5.1.0",
    "execa": "^0.7.0",
    "globby": "^6.1.0",
    "konan": "^1.1.0",
    "listr": "^0.12.0",
    "log-symbols": "^2.0.0",
    "split": "^1.0.0",
    "stream-to-observable": "^0.2.0",
    "update-notifier": "^2.2.0"
  },
  "files": [
    "src",
    "bin"
  ],
  "bin": {
    "pkg-reflector": "bin/pkg-reflector",
    "prf": "bin/pkg-reflector"
  },
  "xo": {
    "extends": "rem",
    "envs": [
      "jest"
    ]
  },
  "devDependencies": {
    "eslint-config-rem": "^3.1.0",
    "jest": "^20.0.4",
    "xo": "^0.18.2"
  }
}
