UNPKG

@datastax/langflow-client

Version:
73 lines (72 loc) 1.92 kB
{ "name": "@datastax/langflow-client", "version": "0.4.0", "description": "A JavaScript client for the Langflow API", "type": "module", "main": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "default": "./dist/index.js" }, "./consts": { "import": "./dist/consts.js", "default": "./dist/consts.js" }, "./errors": { "import": "./dist/errors.js", "default": "./dist/errors.js" }, "./flow": { "import": "./dist/flow.js", "default": "./dist/flow.js" }, "./flow_response": { "import": "./dist/flow_response.js", "default": "./dist/flow_response.js" }, "./upload_response": { "import": "./dist/upload_response.js", "default": "./dist/upload_response.js" } }, "scripts": { "test": "tsx --test ./src/test/**/*.test.ts", "test:coverage": "c8 -r html -r text npm test", "build": "npm run build:clean && tsc", "build:clean": "rm -rf dist", "build:check": "tsc --noEmit", "build:watch": "tsc --watch", "lint": "eslint ./src", "format": "prettier --write ./src", "format:check": "prettier --check ./src" }, "keywords": [ "langflow", "datastax" ], "author": "Phil Nash <phil.nash@datastax.com> (https://datastax.com/devs)", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.16.0", "@types/node": "^22.10.1", "c8": "^10.1.3", "eslint": "^9.16.0", "globals": "^15.14.0", "prettier": "^3.4.1", "tsx": "^4.19.2", "typescript": "^5.8.3", "typescript-eslint": "^8.16.0" }, "dependencies": { "undici": "^7.2.1" }, "repository": { "type": "git", "url": "https://github.com/datastax/langflow-client-ts.git" }, "homepage": "https://github.com/datastax/langflow-client-ts", "bugs": { "url": "https://github.com/datastax/langflow-client-ts/issues" } }