UNPKG

@nestjs-kitchen/connextion-presto

Version:

A flexible module to provide presto-client interface in NextJS.

64 lines 1.61 kB
{ "name": "@nestjs-kitchen/connextion-presto", "private": false, "description": "A flexible module to provide presto-client interface in NextJS.", "version": "2.0.10", "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": "^30.0.0", "@types/node": "^25.5.2", "jest": "^30.3.0", "rimraf": "^6.0.1", "ts-jest": "^29.4.9", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.8.2", "@nestjs-kitchen/connextion": "2.0.8" }, "engines": { "node": ">=20.13.0" }, "keywords": [ "database", "module", "NextJS", "NodeJS", "presto", "Presto", "presto-client", "SQL", "trino", "Trino" ], "peerDependencies": { "@nestjs/common": "^11.0.0", "@types/presto-client": "^1.0.2", "presto-client": "^1.1.0", "@nestjs-kitchen/connextion": "2.0.8" }, "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" } }