{
  "name": "console-feed-modern",
  "version": "3.0.5",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "lib/index.js",
  "description": "A React component that displays console logs from the current page, an iframe or transported across a server",
  "scripts": {
    "build": "tsc -p ./tsconfig.build.json",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "release": "yarn test && yarn clean && yarn build && yarn publish && yarn clean",
    "precommit": "pretty-quick --staged",
    "test": "jest --verbose",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@emotion/core": "^10.0.10",
    "@emotion/styled": "^10.0.12",
    "emotion-theming": "^10.0.10",
    "linkifyjs": "^2.1.6",
    "react-inspector": "^5.1.0"
  },
  "devDependencies": {
    "@types/enzyme": "^3.1.9",
    "@types/jest": "^22.2.3",
    "@types/react": "16.0.38",
    "@types/react-dom": "16.0.4",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "husky": "^0.14.3",
    "immutability-helper": "^2.6.6",
    "jest": "^22.4.3",
    "lodash": "^4.17.5",
    "nwb": "0.25.2",
    "prettier": "^1.13.7",
    "pretty-quick": "^1.6.0",
    "react": "^16.3.1",
    "react-dom": "^16.3.1",
    "ts-jest": "^22.4.2",
    "ts-loader": "^8.0.4",
    "typescript": "4.0.3"
  },
  "jest": {
    "setupTestFrameworkScriptFile": "./scripts/test.js",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testMatch": [
      "**/__tests__/*.spec.(ts|tsx|js)"
    ]
  },
  "peerDependencies": {
    "react": "^15.x || ^16.x"
  },
  "files": [
    "es",
    "lib",
    "umd"
  ],
  "keywords": [
    "devtools",
    "inspector",
    "object",
    "object-inspector",
    "react",
    "react-component",
    "reactjs",
    "table",
    "table-inspector",
    "table-view",
    "tableview",
    "tree",
    "tree-view",
    "treeview",
    "ui",
    "view"
  ],
  "homepage": "https://github.com/gzuidhof/console-feed",
  "repository": {
    "type": "git",
    "url": "https://github.com/gzuidhof/console-feed.git"
  },
  "bugs": {
    "url": "https://github.com/gzuidhof/console-feed/issues"
  },
  "author": "Sam Denty <samddenty@gmail.com> (http://github.com/samdenty99), fork by Guido Zuidhof <me@guido.io>",
  "license": "MIT"
}
