{
  "name": "@vangware/cron",
  "description": "⏲️ Cron Quartz and Cron UNIX expression parser",
  "version": "5.1.51",
  "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/types": "6.3.7",
    "@vangware/parsers": "1.4.21",
    "@vangware/iterables": "3.1.30",
    "@vangware/predicates": "2.2.6"
  },
  "engines": {
    "node": ">=21",
    "pnpm": ">=8"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://vangware.com/libraries/vangware_cron/",
  "keywords": [
    "cron",
    "cron-quartz",
    "deno",
    "parse",
    "parser",
    "typescript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vangware/libraries.git"
  },
  "sideEffects": false,
  "size": "3.17",
  "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 pre-compile lint test",
    "lint": "eslint {src,tests}/**/*.ts",
    "lint:fix": "eslint {src,tests}/**/*.ts --fix",
    "pre-compile": "tsc --noemit --project tsconfig.dist.json",
    "prettify": "prettier --ignore-path=.prettierignore --log-level=warn --write './dist/**/*.{js,ts}'",
    "test": "NODE_OPTIONS='--import tsx' pnpm exec test"
  }
}