{
  "name": "feathers-fletching",
  "version": "2.0.7",
  "description": "Hooks, services, and plugins for feathers.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/DaddyWarbucks/feathers-fletching.git"
  },
  "author": "DaddyWarbucks <techtbeau@gmail.com>",
  "homepage": "https://daddywarbucks.github.io/feathers-fletching/",
  "license": "MIT",
  "keywords": [
    "feathers",
    "feathersjs",
    "hooks"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "private": false,
  "scripts": {
    "docs:dev": "docsify serve ./docs",
    "build": "unbuild",
    "lint": "eslint src/.",
    "fixcode": "eslint src/. --fix",
    "test": "npm run lint && vitest run",
    "test:run": "vitest run",
    "vitest": "vitest",
    "prepublishOnly": "npm run build",
    "release:patch": "npm run test && npm version patch && npm publish",
    "release:minor": "npm run test && npm version minor && npm publish",
    "release:major": "npm run test && npm version major && npm publish"
  },
  "dependencies": {
    "@feathersjs/errors": "^5.0.6",
    "lru-cache": "^10.0.1",
    "rate-limiter-flexible": "^2.4.2",
    "qs": "^6.11.2",
    "unset-value": "^2.0.1"
  },
  "devDependencies": {
    "@feathersjs/feathers": "^5.0.6",
    "@feathersjs/memory": "^5.0.6",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "docsify-cli": "^4.4.4",
    "eslint": "^8.43.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-import-resolver-typescript": "^3.5.5",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "mocha": "^10.2.0",
    "prettier": "^2.8.8",
    "typescript": "^5.1.6",
    "unbuild": "^1.2.1",
    "vitest": "^0.32.2"
  },
  "peerDependencies": {
    "@feathersjs/feathers": "^5.0.0"
  }
}
