ollama/examples/typescript-functioncalling/package.json

10 lines
133 B
JSON
Raw Normal View History

{
"dependencies": {
"ollama-node": "^0.1.27"
},
"devDependencies": {
"tsx": "^4.1.2",
"typescript": "^5.2.2"
}
}