{
  "name": "@ferjssilva/fast-crud-api",
  "version": "0.1.2",
  "description": "A complete and fast crud API generator",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.js"
  },
  "keywords": [
    "crud",
    "api",
    "fastify",
    "mongodb",
    "mongoose",
    "rest"
  ],
  "author": "ferjssilva",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "fastify-plugin": "^5.0.1"
  },
  "peerDependencies": {
    "fastify": ">=4.0.0",
    "mongoose": ">=6.0.0"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
