UNPKG

@ritas-inc/hanaqueryapi-client

Version:

TypeScript client for HANA Query API with full type safety and error handling

88 lines (87 loc) 2.4 kB
{ "name": "@ritas-inc/hanaqueryapi-client", "version": "1.0.30", "description": "TypeScript client for HANA Query API with full type safety and error handling", "keywords": [ "hana", "api", "client", "typescript", "sap", "query", "production", "planning" ], "type": "module", "main": "./index.ts", "module": "./index.ts", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./index.ts", "types": "./dist/index.d.ts" }, "./types": { "import": "./types.ts", "types": "./dist/types.d.ts" }, "./errors": { "import": "./errors.ts", "types": "./dist/errors.d.ts" }, "./config": { "import": "./config.ts", "types": "./dist/config.d.ts" } }, "files": [ "dist/**/*", "*.ts", "examples/**/*.ts", "README.md", "LICENSE" ], "scripts": { "build": "tsc --project tsconfig.build.json", "build:clean": "rm -rf dist && npm run build", "dev": "node --experimental-strip-types ./examples/basic-usage.ts", "example:basic": "node --experimental-strip-types ./examples/basic-usage.ts", "example:advanced": "node --experimental-strip-types ./examples/advanced-usage.ts", "example:errors": "node --experimental-strip-types ./examples/error-handling.ts", "lint": "eslint **/*.ts", "lint:fix": "eslint **/*.ts --fix", "test": "node --experimental-strip-types --test **/*.test.ts", "test:watch": "node --experimental-strip-types --test --watch **/*.test.ts", "typecheck": "npx tsc --noEmit", "prepublishOnly": "npm run build:clean" }, "engines": { "node": ">=24.0.0" }, "dependencies": {}, "devDependencies": { "@types/node": "^24.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "ts-node": "^10.9.0", "typescript": "^5.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/ritas-inc/hanaqueryapi.git", "directory": "src/client" }, "bugs": { "url": "https://github.com/ritas-inc/hanaqueryapi/issues" }, "homepage": "https://github.com/ritas-inc/hanaqueryapi/tree/main/src/client#readme", "author": { "name": "araob", "email": "arao.benjamin@gmail.com" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }