{
  "name": "feathers-trigger",
  "version": "4.0.0",
  "description": "Add triggers and actions to your feathers app.",
  "author": "fratzinger",
  "homepage": "https://feathers-trigger.netlify.app/",
  "repository": {
    "type": "git",
    "url": "https://github.com/fratzinger/feathers-trigger"
  },
  "engines": {
    "node": ">= 20"
  },
  "keywords": [
    "feathers",
    "feathers.js",
    "feathers-plugin",
    "trigger",
    "actions",
    "notify",
    "notification"
  ],
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "dist/**"
  ],
  "dependencies": {
    "fast-copy": "^3.0.2",
    "feathers-hooks-common": "^8.2.1",
    "feathers-utils": "^7.0.0",
    "lodash": "^4.17.21",
    "sift": "^17.1.3"
  },
  "devDependencies": {
    "@feathers-community/eslint-config": "^0.0.4",
    "@feathersjs/feathers": "^5.0.33",
    "@feathersjs/memory": "^5.0.33",
    "@tailwindcss/vite": "^4.0.9",
    "@tsconfig/node22": "^22.0.0",
    "@types/lodash": "^4.17.16",
    "@types/node": "^22.13.9",
    "@vitest/coverage-v8": "^3.0.7",
    "date-fns": "^4.1.0",
    "eslint": "^9.21.0",
    "feathers-fletching": "^2.0.3",
    "feathers-graph-populate": "^4.2.0",
    "np": "^10.2.0",
    "tailwindcss": "^4.0.9",
    "typescript": "^5.8.2",
    "unbuild": "^3.5.0",
    "vite": "^6.2.0",
    "vitepress": "^1.6.3",
    "vitest": "^3.0.7"
  },
  "peerDependencies": {
    "@feathersjs/feathers": "^5.0.0"
  },
  "scripts": {
    "build": "unbuild",
    "version": "npm run build",
    "release": "np",
    "test": "vitest run",
    "vitest": "vitest",
    "coverage": "vitest run --coverage",
    "lint": "eslint",
    "docs": "vitepress dev docs",
    "docs:build": "vitepress build docs"
  }
}