{
  "name": "@zuze/modifiable",
  "version": "6.2.2",
  "description": "Declarative state manipulation for handling transient/reversible modifications",
  "main": "build/cjs/index.js",
  "module": "build/esm/index.js",
  "sideEffects": false,
  "keywords": [
    "redux",
    "state-management",
    "transient",
    "reversible"
  ],
  "files": [
    "build"
  ],
  "homepage": "https://github.com/zuze-lab/modifiable",
  "scripts": {
    "prepublishOnly": "yarn test && yarn build",
    "build": "rimraf build && rollup -c",
    "lint": "eslint src",
    "test:ci": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "test": "jest"
  },
  "author": "Adam Jenkins",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/plugin-transform-runtime": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^6.0.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^25.1.0",
    "coveralls": "^3.0.9",
    "eslint": "^6.4.0",
    "eslint-config-prettier": "^6.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.17.0",
    "eslint-plugin-prettier": "^3.1.0",
    "jest": "^25.1.0",
    "prettier": "^1.18.2",
    "rollup": "^1.21.4",
    "rollup-plugin-babel": "^4.3.3"
  }
}
