{
  "name": "sprout-data",
  "version": "1.3.0",
  "description": "A set of functions to work with nested data.",
  "main": "./sprout.cjs.js",
  "module": "sprout.esm.js",
  "types": "./types/index.d.ts",
  "sideEffects": false,
  "repository": "github:anru/sprout",
  "keywords": [
    "immutable",
    "nested",
    "object",
    "array"
  ],
  "scripts": {
    "test": "mocha",
    "lint": "eslint src test",
    "es5-check": "es-check --module es5 ./sprout.js ./sprout.cjs.js",
    "bench-vs": "NODE_ENV=production node benchmark/vs-benchmark.js",
    "bench-dev": "node benchmark/dev-benchmark.js",
    "build": "make build"
  },
  "author": "Jeremy Stucki",
  "license": "BSD",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "chai": "^4.2.0",
    "clone": "^2.1.2",
    "envify": "^4.1.0",
    "es-check": "^5.0.0",
    "eslint": "^6.0.1",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "immutability-helper": "^3.0.1",
    "lodash": "^4.17.14",
    "mocha": "^6.1.4",
    "mori": "^0.3.2",
    "pirates": "^4.0.1",
    "rollup": "^1.17.0",
    "rollup-plugin-buble": "^0.19.8",
    "terser": "^4.1.2",
    "ts-node": "^8.8.2",
    "tsd": "^0.7.4"
  }
}
