langschema
Version:
one-line LLM output parsers for JS/TS
36 lines (35 loc) • 764 B
JSON
{
"name": "langschema",
"version": "1.3.3",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"description": "one-line LLM output parsers for JS/TS",
"scripts": {
"test": "jest",
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "tsc",
"postbuild": "rm -rf dist/*.test.*",
"prepublishOnly": "npm run build"
},
"keywords": [
"ai",
"llm",
"output-parser"
],
"author": "Soham Govande",
"license": "ISC",
"dependencies": {
"openai": "^3.3.0",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.4"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
}