@draftor/tools
Version:
A simple TypeScript/Javascript functions to openai tool call format
33 lines (32 loc) • 789 B
JSON
{
"name": "@draftor/tools",
"version": "1.0.13",
"description": "A simple TypeScript/Javascript functions to openai tool call format",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"@types/doctrine": "^0.0.9",
"typescript": "^5.0.0"
},
"homepage": "https://draftor.ai",
"dependencies": {
"doctrine": "^3.0.0"
},
"keywords": [
"draftor",
"tools",
"openai",
"tool calling",
"function calling",
"typecript",
"draftor.ai",
"llm",
"openrouter"
]
}