{
  "name": "@jvlk/fp-tsm",
  "version": "3.0.0",
  "description": "Functional programming in TypeScript (fork of fp-ts)",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint-fix": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\"",
    "prettier": "prettier --list-different \"./{src,test,examples}/**/*.ts\"",
    "fix-prettier": "prettier --write \"./{src,test,examples}/**/*.ts\"",
    "test": "npm run lint && npm run prettier && npm run dtslint && npm run vitest",
    "build": "tsup src && npm run types",
    "types": "tsc -p tsconfig.build.json",
    "dtslint": "dtslint dtslint",
    "dpdm": "dpdm --warning=false --tree=false --exit-code circular:1 -T src/index.ts",
    "vitest": "vitest run",
    "coverage": "vitest run --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jderochervlk/fp-tsm"
  },
  "author": "Josh Derocher-Vlk <josh@vlkpack.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jderochervlk/fp-tsm/issues"
  },
  "homepage": "https://github.com/jderochervlk/fp-tsm",
  "devDependencies": {
    "@effect/dtslint": "^0.1.0",
    "@effect/language-service": "^0.0.19",
    "@types/glob": "^7.1.3",
    "@types/node": "^20.14.10",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "@vitest/coverage-istanbul": "^1.6.0",
    "dpdm": "^3.14.0",
    "eslint": "^8.38.0",
    "eslint-plugin-deprecation": "^1.4.1",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "fast-check": "^3.1.3",
    "glob": "^7.1.6",
    "prettier": "^2.7.1",
    "tsup": "^8.3.5",
    "typescript": "^5",
    "vitest": "^1.6.0"
  },
  "tags": [
    "typescript",
    "algebraic-data-types",
    "functional-programming",
    "ESM"
  ],
  "keywords": [
    "typescript",
    "algebraic-data-types",
    "functional-programming",
    "ESM"
  ]
}
