{
  "name": "fpx",
  "version": "0.12.3",
  "description": "Functional Programming eXtensions for JavaScript. Lightweight replacement for Lodash.",
  "type": "module",
  "main": "./fpx.mjs",
  "scripts": {"prepublishOnly": "make prep"},
  "keywords": ["functional", "fp", "lodash"],
  "repository": {"type": "git", "url": "https://github.com/mitranim/fpx.git"},
  "license": "Unlicense"
}
