{
  "name": "@opengis/fastify-table",
  "version": "2.5.69",
  "type": "module",
  "description": "core-plugins",
  "keywords": [
    "fastify",
    "table",
    "crud",
    "auth",
    "pg",
    "backend"
  ],
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./index.js": "./dist/index.js",
    "./errors.js": "./dist/errors.js",
    "./utils.js": "./dist/utils.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/*"
  ],
  "scripts": {
    "dump": "bun ./script/dump.ts",
    "migrate": "bun ./script/migrate.ts",
    "dump1": "bun ./dist/script/dump.js",
    "migrate1": "bun ./dist/script/migrate.js",
    "prepublishOnly": "npm run build",
    "clean": "tsc -b --clean",
    "build": "tsc -b --clean && tsc && copyfiles server/plugins/grpc/utils/*.proto dist && copyfiles server/migrations/*.sql dist && copyfiles server/templates/**/*.html dist && copyfiles server/templates/**/*.hbs dist && copyfiles script/* dist && copyfiles -u 2 module/core/*/* dist/module/core",
    "prod": "NODE_ENV=production bun dist/server",
    "patch": "npm version patch && git push && npm publish",
    "minor": "npm version minor && git push && npm publish",
    "major": "npm version major && git push && npm publish",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "test": "npx vitest run",
    "compress": "node compress.js",
    "dev1": "bun --hot dist/server",
    "dev": "NODE_ENV=development bun start",
    "start": "LOG_LEVEL=trace bun server",
    "start1": "npx tsx server"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.1079.0",
    "@aws-sdk/lib-storage": "3.1079.0",
    "@fastify/cookie": "11.0.2",
    "@fastify/http-proxy": "11.5.0",
    "@fastify/multipart": "10.0.0",
    "@fastify/passport": "3.0.2",
    "@fastify/rate-limit": "11.1.0",
    "@fastify/session": "11.1.1",
    "@grpc/grpc-js": "1.14.4",
    "@grpc/proto-loader": "0.8.1",
    "apache-crypt": "1.2.6",
    "dotenv": "17.4.2",
    "fastify": "5.9.0",
    "fastify-plugin": "6.0.0",
    "fastify-session-redis-store": "7.1.2",
    "file-type": "^22.0.1",
    "handlebars": "4.7.9",
    "image-size": "2.0.2",
    "ioredis": "5.11.1",
    "js-yaml": "5.2.1",
    "markdown-it": "14.3.0",
    "minio": "^8.0.7",
    "nodemailer": "9.0.3",
    "otplib": "13.4.1",
    "pg": "8.22.0",
    "pino": "10.3.1",
    "pino-abstract-transport": "3.0.0",
    "promised-handlebars": "2.0.1",
    "qrcode": "1.5.4",
    "sharp": "0.35.3",
    "uglify-js": "3.19.3",
    "undici": "8.6.0"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/bun": "^1.3.5",
    "@types/js-yaml": "^4.0.9",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^26.1.0",
    "@types/nodemailer": "^8.0.1",
    "@types/passport": "^1.0.17",
    "@types/passport-local": "^1.0.38",
    "@types/pg": "^8.20.0",
    "@types/qrcode": "^1.5.6",
    "copyfiles": "^2.4.1",
    "eslint": "^10.6.0",
    "eslint-stylistic-airbnb": "^3.2.0",
    "ts-migrate": "^0.1.35",
    "typescript": "^6.0.2",
    "vitest": "^4.1.2"
  },
  "author": "Softpro",
  "license": "ISC"
}
