{
  "name": "@rpearce/ts-fns",
  "version": "1.2.2",
  "description": "Public domain Typescript helper functions for copying & pasting into projects.",
  "author": "Robert Pearce <me@robertwpearce.com> (https://robertwpearce.com)",
  "license": "Unlicense",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "sideEffects": false,
  "keywords": [
    "typescript",
    "ts",
    "functional programming",
    "helper functions"
  ],
  "tags": [
    "typescript",
    "ts",
    "functional programming",
    "helper functions"
  ],
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc",
    "changeset": "changeset",
    "ci": "run-p lint test build",
    "lint": "eslint .",
    "prepack": "run-p lint test && npm run build",
    "release": "changeset publish",
    "test": "jest"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.7",
    "@types/jest": "^29.5.12",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.14.10",
    "@typescript-eslint/eslint-plugin": "^7.15.0",
    "@typescript-eslint/parser": "^7.15.0",
    "eslint": "^8.57.0",
    "eslint-plugin-jest": "^28.6.0",
    "jest": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^29.1.5",
    "typescript": "^5.5.3"
  }
}
