{
  "name": "0x800",
  "version": "1.1.0",
  "description": "",
  "main": "index.js",
  "files": [
    "dist"
  ],
  "bin": {
    "800": "./dist/index.js"
  },
  "scripts": {
    "build": "webpack",
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/diff": "^4.0.2",
    "@types/jest": "^24.0.13",
    "@types/node": "^13.7.7",
    "chalk": "^2.4.2",
    "diff": "^4.0.1",
    "jest": "^24.8.0",
    "prettier": "^1.14.3",
    "react": "^16.8.6",
    "ts-jest": "^24.0.2",
    "ts-loader": "^5.3.0",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.1.6",
    "webpack": "^4.24.0",
    "webpack-cli": "^3.1.2"
  }
}
