{
  "name": "@zestlet/fp",
  "version": "0.0.6-beta.2",
  "description": "TypeScript functional programming library with over 70% AI-generated code, featuring precise type inference and currying support",
  "publishConfig": {
    "access": "public",
    "tag": "latest",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "typescript",
    "functional-programming",
    "fp",
    "currying",
    "point-free",
    "immutable",
    "type-safe",
    "utilities",
    "data-last",
    "composition",
    "ai-generated",
    "ai-assisted-development",
    "llm-generated"
  ],
  "author": "vowdemon",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zestlet/fp"
  },
  "homepage": "https://github.com/zestlet/fp",
  "type": "module",
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild",
    "test": "vitest --typecheck",
    "coverage": "vitest run --coverage",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "check": "tsc --noEmit --project tsconfig.check.json",
    "yalc": "pnpm build && yalc push"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "^8.29.0",
    "@vitest/coverage-v8": "^3.1.1",
    "eslint": "^9.23.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.1.1"
  }
}
