{
  "name": "@accelint/predicates",
  "description": "A collection of useful predicate functions for JavaScript.",
  "version": "0.5.2",
  "author": "https://hypergiant.com",
  "$schema": "https://json.schemastore.org/package",
  "devDependencies": {
    "@vitest/web-worker": "^4.0.8",
    "fast-check": "^4.1.1",
    "tsdown": "^0.18.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.15",
    "@accelint/core": "0.6.0",
    "@accelint/typescript-config": "0.1.4",
    "@accelint/vitest-config": "0.1.6"
  },
  "engines": {
    "node": ">=22",
    "pnpm": ">=10"
  },
  "exports": {
    ".": "./dist/index.js",
    "./does-end-with": "./dist/does-end-with/index.js",
    "./does-not-end-with": "./dist/does-not-end-with/index.js",
    "./does-not-start-with": "./dist/does-not-start-with/index.js",
    "./does-start-with": "./dist/does-start-with/index.js",
    "./is-bbox": "./dist/is-bbox/index.js",
    "./is-between": "./dist/is-between/index.js",
    "./is-css-rgba-object": "./dist/is-css-rgba-object/index.js",
    "./is-css-rgba-string": "./dist/is-css-rgba-string/index.js",
    "./is-equal": "./dist/is-equal/index.js",
    "./is-greater": "./dist/is-greater/index.js",
    "./is-greater-equal": "./dist/is-greater-equal/index.js",
    "./is-hex-color": "./dist/is-hex-color/index.js",
    "./is-in": "./dist/is-in/index.js",
    "./is-latitude": "./dist/is-latitude/index.js",
    "./is-lesser": "./dist/is-lesser/index.js",
    "./is-lesser-equal": "./dist/is-lesser-equal/index.js",
    "./is-like": "./dist/is-like/index.js",
    "./is-longitude": "./dist/is-longitude/index.js",
    "./is-not-between": "./dist/is-not-between/index.js",
    "./is-not-equal": "./dist/is-not-equal/index.js",
    "./is-not-in": "./dist/is-not-in/index.js",
    "./is-not-like": "./dist/is-not-like/index.js",
    "./is-nothing": "./dist/is-nothing/index.js",
    "./is-noyes": "./dist/is-noyes/index.js",
    "./is-number": "./dist/is-number/index.js",
    "./is-rgba-255-tuple": "./dist/is-rgba-255-tuple/index.js",
    "./is-something": "./dist/is-something/index.js",
    "./is-string": "./dist/is-string/index.js",
    "./is-valid-255-channel": "./dist/is-valid-255-channel/index.js",
    "./is-worker": "./dist/is-worker/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "./dist/**",
    "./catalog-info.yaml",
    "./CHANGELOG.md",
    "./package.json",
    "./README.md"
  ],
  "keywords": [
    "dev-tk",
    "tooling"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "optionalDependencies": {
    "@accelint/constants": "0.3.0"
  },
  "owner": "default/pathfinder",
  "peerDependencies": {
    "@accelint/core": "0.6.0"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gohypergiant/standard-toolkit"
  },
  "sideEffects": false,
  "subPath": "packages/predicates",
  "title": "Accelint Predicates",
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "bench": "pnpm vitest bench --run --dir src",
    "build": "pnpm tsdown",
    "constellation-tracker": "pnpm exec constellation-tracker",
    "dev": "pnpm tsc --watch",
    "format": "pnpm biome format . --write --verbose",
    "format:check": "pnpm biome format . --verbose",
    "index": "pnpm zx ../../scripts/indexer.mjs packages/predicates",
    "license": "pnpm zx ../../scripts/license.mjs",
    "lint": "pnpm biome lint . --verbose",
    "lint:package": "pnpm publint",
    "test": "pnpm vitest --dir=src"
  }
}