{
  "name": "libfun",
  "version": "1.8.3",
  "description": "Make functional programming fun!",
  "repository": {
    "type": "git",
    "url": "https://github.com/Azarattum/Amadeus/tree/main/packages/libfun"
  },
  "author": {
    "name": "Azarattum",
    "homepage": "https://github.com/Azarattum"
  },
  "keywords": [
    "functional-programming",
    "event-handling",
    "concurrency",
    "pipeline",
    "spread",
    "stream",
    "monad",
    "maybe",
    "pipe",
    "pool",
    "fp"
  ],
  "type": "module",
  "main": "index.ts",
  "types": "index.ts",
  "scripts": {
    "dev": "vitest -c ../../vite.node.js",
    "coverage": "vitest run -c ../../vite.node.js --coverage",
    "test": "vitest run -c ../../vite.node.js"
  }
}