UNPKG

trino-client

Version:
55 lines 1.41 kB
{ "version": "0.2.7", "name": "trino-client", "description": "Trino client library", "author": { "name": "Trino Javascript contributors", "email": "general@trino.io", "url": "https://github.com/trinodb/trino-js-client/graphs/contributors" }, "keywords": [ "trino", "trinodb", "client" ], "repository": { "type": "git", "url": "https://github.com/trinodb/trino-js-client.git" }, "homepage": "https://trinodb.github.io/trino-js-client", "bugs": { "url": "https://github.com/trinodb/trino-js-client/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "packageManager": "yarn@3.2.1", "license": "Apache-2.0", "files": [ "dist" ], "devDependencies": { "@eslint/js": "9.25.1", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.14", "@types/node": "^22.3.0", "eslint": "9.25.1", "eslint-plugin-jest": "^28.9.0", "jest": "^29.7.0", "jiti": "^2.4.0", "prettier": "^3.0.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typedoc": "^0.28.3", "typescript": "^5.6.3", "typescript-eslint": "^8.14.0" }, "dependencies": { "axios": "1.9.0" }, "scripts": { "build": "tsc --project tsconfig.build.json", "test:it": "jest --testPathPattern tests/it", "test:lint": "eslint . --flag unstable_ts_config", "publish": "yarn build && yarn npm publish" } }