function-json-schema
Version:
Function json schema for function calling.
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "function-json-schema",
"version": "1.0.4",
"description": "Function json schema for function calling.",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "jest"
},
"keywords": [
"function",
"json",
"schema",
"openai"
],
"author": "Iudex",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iudexai/function-json-schema-node.git"
},
"bugs": {
"url": "https://github.com/iudexai/function-json-schema-node/issues"
},
"homepage": "https://github.com/iudexai/function-json-schema-node#readme",
"devDependencies": {
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@types/node": "^20.11.16",
"bun": "^1.0.26",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "5.4.3"
},
"dependencies": {
"zod": "^3.21.4"
}
}