{
  "name": "@schedulespark/rrule",
  "version": "0.0.2-beta-1-0-1",
  "description": "Small TypeScript utilities for parsing and expanding a focused subset of iCalendar RRULE strings.",
  "license": "MIT",
  "author": "Stephen M",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "CHANGELOG.md",
    "docs",
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schedulespark/rrule.git"
  },
  "keywords": [
    "rrule",
    "recurrence",
    "calendar",
    "typescript",
    "schedule"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "lint": "eslint src --max-warnings=0",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "homepage": "https://github.com/schedulespark/rrule#readme",
  "bugs": {
    "url": "https://github.com/schedulespark/rrule/issues"
  }
}
