{
  "name": "fast-redux-logger",
  "version": "0.0.12",
  "description": "A fast replacement for redux-devtools that does only absolutely necessary things",
  "repository": {
    "url": "https://github.com/Aeolun/fast-redux-logger"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run build:types && npm run build:js",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
    "watch": "tsc -w",
    "prepublishOnly": "npm run build",
    "release": "standard-version",
    "test": "echo \"Error: no test specified\" && exit 1",
    "semantic-release": "semantic-release"
  },
  "release": {
    "branches": [
      "master"
    ]
  },
  "author": {
    "name": "Bart Riepe",
    "url": "https://serial-experiments.com"
  },
  "license": "ISC",
  "dependencies": {
    "@compiled/react": "^0.11.1",
    "immutable": "^4.0.0",
    "jsondiffpatch": "^0.4.1",
    "localforage": "^1.10.0",
    "react-base16-styling": "^0.8.1",
    "react-json-tree": "^0.15.1",
    "standard-version": "^9.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.3",
    "@babel/core": "^7.17.4",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@compiled/babel-plugin": "^0.16.5",
    "@types/react": "^17.0.2",
    "react": "^17.0.2",
    "redux": "4.0.1",
    "semantic-release": "^19.0.5",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "redux": "^4.0.1"
  }
}
