{
  "name": "understory",
  "version": "2.0.3",
  "description": "Composable utility functions based on lodash fp.",
  "scripts": {
    "docs": "documentation build index.js -f md -o API.md",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch"
  },
  "engines": {
    "node": "^14.13.1 || >=16.0.0"
  },
  "type": "module",
  "exports": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/cape-io/understory.git"
  },
  "keywords": [
    "lodash",
    "fp",
    "data",
    "utility",
    "promise",
    "serial",
    "flow",
    "composable",
    "branch"
  ],
  "author": "Kai Curry <kai@cape.io> (http://www.cape.io/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cape-io/understory/issues"
  },
  "homepage": "https://github.com/cape-io/understory",
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@jest/globals": "^29.6.1",
    "documentation": "^14.0.2",
    "eslint": "^8.45.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-lodash-fp": "2.2.0-a1",
    "jest": "^29.6.1"
  }
}
