{
  "name": "@nestjs-kitchen/connextion-presto",
  "private": false,
  "description": "A flexible module to provide presto-client interface in NextJS.",
  "version": "2.0.6",
  "homepage": "https://github.com/yikenman/nestjs-kitchen",
  "repository": "https://github.com/yikenman/nestjs-kitchen",
  "author": "yikenman",
  "license": "MIT",
  "exports": {
    ".": {
      "require": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "dayjs": "^1.11.13"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.9",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.3.0",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.8.2",
    "@nestjs-kitchen/connextion": "2.0.5"
  },
  "engines": {
    "node": ">=20.13.0"
  },
  "keywords": [
    "database",
    "module",
    "NextJS",
    "NodeJS",
    "presto",
    "Presto",
    "presto-client",
    "SQL",
    "trino",
    "Trino"
  ],
  "peerDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0",
    "@types/presto-client": "^1.0.2",
    "presto-client": "^1.1.0",
    "@nestjs-kitchen/connextion": "2.0.5"
  },
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
    "test": "jest",
    "test:ci": "jest --coverage",
    "test:cov": "jest --coverage",
    "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/jest/bin/jest --runInBand",
    "test:watch": "jest --watch"
  }
}