{
  "name": "@feathersjs/generators",
  "version": "5.0.39",
  "description": "Feathers CLI core generators, powered by Pinion",
  "homepage": "https://feathersjs.com",
  "keywords": [
    "feathers",
    "pinion"
  ],
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git",
    "directory": "packages/commons"
  },
  "author": {
    "name": "Feathers contributor",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "engines": {
    "node": ">= 16"
  },
  "main": "lib/index.js",
  "types": "lib/",
  "type": "module",
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "prepublish": "npm run compile",
    "compile": "shx rm -rf lib/ && tsc",
    "test": "npm run compile && mocha --config ../../.mocharc.json --require tsx --recursive test/**.test.ts test/**/*.test.ts"
  },
  "directories": {
    "lib": "lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@featherscloud/pinion": "^0.5.5",
    "chalk": "^5.6.2",
    "lodash": "^4.17.23",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3"
  },
  "devDependencies": {
    "@feathersjs/adapter-commons": "^5.0.39",
    "@feathersjs/authentication": "^5.0.39",
    "@feathersjs/authentication-client": "^5.0.39",
    "@feathersjs/authentication-local": "^5.0.39",
    "@feathersjs/authentication-oauth": "^5.0.39",
    "@feathersjs/configuration": "^5.0.39",
    "@feathersjs/errors": "^5.0.39",
    "@feathersjs/express": "^5.0.39",
    "@feathersjs/feathers": "^5.0.39",
    "@feathersjs/knex": "^5.0.39",
    "@feathersjs/koa": "^5.0.39",
    "@feathersjs/mongodb": "^5.0.39",
    "@feathersjs/rest-client": "^5.0.39",
    "@feathersjs/schema": "^5.0.39",
    "@feathersjs/socketio": "^5.0.39",
    "@feathersjs/transport-commons": "^5.0.39",
    "@feathersjs/typebox": "^5.0.39",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.1.0",
    "@types/prettier": "^2.7.3",
    "axios": "^1.13.4",
    "knex": "^3.1.0",
    "mocha": "^11.7.5",
    "mongodb": "^6.19.0",
    "mssql": "^12.2.0",
    "mysql": "^2.18.1",
    "pg": "^8.18.0",
    "shx": "^0.4.0",
    "sqlite3": "^5.1.7",
    "tsx": "^4.21.0",
    "type-fest": "^5.4.2",
    "typescript": "^5.9.3"
  },
  "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
