{
  "name": "react-izon",
  "version": "0.0.4",
  "description": "A cli tool that analyzes the dependency of React Component",
  "author": "uttk <uttk8128@gmail.com> (https://github.com/uttk)",
  "license": "MIT",
  "main": "lib/index.js",
  "bin": {
    "react-izon": "./bin/run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/uttk/react-izon.git"
  },
  "homepage": "https://github.com/uttk/react-izon",
  "bugs": "https://github.com/uttk/react-izon/issues",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "/bin",
    "/lib",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build": "rimraf lib && tsc -b",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rimraf lib && tsc -b && oclif-dev readme",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md"
  },
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-help": "^2",
    "cli-ux": "^5.4.4",
    "colors": "^1.4.0",
    "react-izon-core": "^0.0.4",
    "react-izon-ui": "^0.0.4",
    "tslib": "^1"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/test": "^1",
    "@types/chai": "^4",
    "@types/cli-progress": "^3.4.2",
    "@types/mocha": "^5",
    "@types/node": "^10",
    "chai": "^4",
    "eslint": "^5.13",
    "eslint-config-oclif": "^3.1",
    "eslint-config-oclif-typescript": "^0.1",
    "mocha": "^5",
    "nyc": "^14",
    "rimraf": "^3.0.1",
    "ts-node": "^8",
    "typescript": "^3.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "react-izon",
    "react",
    "izon",
    "dependency",
    "cli",
    "tool",
    "component",
    "analyze"
  ],
  "oclif": {
    "bin": "react-izon"
  },
  "types": "lib/index.d.ts",
  "gitHead": "5ea6844031307230ea0e52f3b5d5d20ca3ea4336"
}
