{
  "name": "@vangware/predicates",
  "description": "🧐 Predicate util functions",
  "version": "2.2.6",
  "author": {
    "email": "hello@vangware.com",
    "name": "Vangware",
    "url": "https://vangware.com"
  },
  "bugs": {
    "email": "issues@vangware.com",
    "url": "https://github.com/vangware/libraries/issues"
  },
  "dependencies": {
    "@vangware/parsers": "1.4.21",
    "@vangware/types": "6.3.7"
  },
  "engines": {
    "node": ">=21",
    "pnpm": ">=8"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://vangware.com/libraries/vangware_predicates/",
  "keywords": [
    "predicates",
    "typescript",
    "utils",
    "vangware"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vangware/libraries.git"
  },
  "sideEffects": false,
  "size": "0.76",
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "rimraf ./dist",
    "compile": "tsc --project ./tsconfig.dist.json",
    "git:pre-push": "run-s --print-label clean compile lint test",
    "lint": "eslint {src,tests}",
    "lint:fix": "eslint {src,tests} --fix",
    "prettify": "prettier --ignore-path=.prettierignore --log-level=warn --write './dist/**/*.{js,ts}'",
    "test": "NODE_OPTIONS='--import tsx' pnpm exec test"
  }
}