{
  "name": "@feathersjs/feathers",
  "description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
  "version": "5.0.44",
  "homepage": "http://feathersjs.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git",
    "directory": "packages/feathers"
  },
  "keywords": [
    "feathers",
    "REST",
    "socket.io",
    "realtime"
  ],
  "main": "lib/",
  "types": "lib/",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "directories": {
    "lib": "lib"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "write-version": "node -e \"console.log('export default \\'' + require('./package.json').version + '\\'')\" > src/version.ts",
    "reset-version": "node -e \"console.log('export default \\'development\\'')\" > src/version.ts",
    "prepublish": "npm run compile",
    "version": "npm run write-version",
    "publish": "npm run reset-version",
    "pack": "npm pack --pack-destination ../generators/test/build",
    "compile": "shx rm -rf lib/ && tsc && npm run pack",
    "test": "mocha --config ../../.mocharc.json --recursive test/"
  },
  "engines": {
    "node": ">= 12"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@feathersjs/commons": "^5.0.44",
    "@feathersjs/hooks": "^0.9.0",
    "events": "^3.3.0"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.5.0",
    "mocha": "^11.7.5",
    "shx": "^0.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "gitHead": "3c3da6d688e62a1f832f549d3271c80ce3a47b01"
}
