UNPKG

@raphtlw/hyperfunc

Version:

Streamlined Function Calling for LLMs

42 lines 834 B
{ "name": "@raphtlw/hyperfunc", "version": "0.0.7", "description": "Streamlined Function Calling for LLMs", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "LICENSE", "README.md", "package.json" ], "keywords": [ "function", "calling", "hyper", "tools", "llm", "ai" ], "author": "raphtlw <raphpb1912@gmail.com>", "license": "WTFPL", "repository": { "type": "git", "url": "https://github.com/raphtlw/hyperfunc.git" }, "devDependencies": { "@tsconfig/node21": "^21.0.3", "@types/node": "^20.12.7", "typescript": "^5.4.5" }, "dependencies": { "@raphtlw/indoc": "^0.1.6", "openai": "^4.38.3", "zod": "^3.23.3", "zod-to-json-schema": "^3.23.0" }, "scripts": { "build": "tsc" } }