{
  "name": "@rtools/cursor-immutable-handler",
  "version": "0.0.2",
  "description": "Rtools/cursor action handler for immutable data structures",
  "main": "lib/index.js",
  "module": "lib/index.es.js",
  "types": "types/index.d.ts",
  "files": [
    "types",
    "lib"
  ],
  "scripts": {
    "build": "rollup -c ./rollup.config.js",
    "test": "jest",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "prepublishOnly": "rm -rf lib; yarn test; yarn lint; yarn build"
  },
  "keywords": [
    "cursor",
    "rtools"
  ],
  "author": "Piotr Tomasz Monarski",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Monar/rtools"
  },
  "devDependencies": {
    "@babel/core": "7.3.3",
    "@babel/preset-env": "7.3.4",
    "@rtools/cursor": "0.0.1",
    "immutable": "4.0.0-rc.12",
    "jest": "24.1.0",
    "rollup": "1.2.3",
    "rollup-plugin-babel": "4.3.2",
    "rollup-plugin-copy": "0.2.3"
  },
  "peerDependencies": {
    "@rtools/cursor": "*",
    "immutable": ">= 4 || >= 4.0.0-rc"
  }
}
