kode/package.json
2024-03-15 00:15:55 +00:00

21 lines
515 B
JSON

{
"dependencies": {
"node-fetch": "^3.3.2",
"ollama-js-client": "^1.0.1",
"prompt": "^1.3.0"
},
"name": "kode",
"version": "1.0.0",
"description": "Feedback loop to help AI code",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://nodemixaholic.com:3002/nodemixaholic/kode"
},
"author": "Samuel Lord",
"license": "SEE LICENSE IN LICENSE"
}