{
  "name": "@acuminous/knuff",
  "version": "4.0.5",
  "description": "Reminds teams of recurring or future work by creating tasks in your issue tracker of choice",
  "main": "index.js",
  "types": "./index.d.ts",
  "license": "ISC",
  "author": "Stephen Cresswell",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "todo",
    "reminder",
    "schedule",
    "cron",
    "rrule",
    "github",
    "action",
    "issue"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint-staged": "lint-staged",
    "test": "zUnit",
    "coverage": "nyc --report html --reporter lcov --reporter text-summary zUnit",
    "prepare": "husky install"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "debug": "^4.4.0",
    "luxon": "^3.5.0",
    "rrule": "^2.8.1",
    "unique-slug": "^5.0.0"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^15.2.11",
    "nyc": "^17.1.0",
    "object-path-immutable": "^4.1.2",
    "zunit": "^4.0.2"
  },
  "lint-staged": {
    "*.js": "eslint --fix"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/acuminous/knuff.git"
  },
  "bugs": {
    "url": "https://github.com/acuminous/knuff/issues"
  },
  "homepage": "https://github.com/acuminous/knuff#readme"
}
