Update 'package.json'
This commit is contained in:
parent
e690c88800
commit
1051fe567c
1 changed files with 22 additions and 22 deletions
44
package.json
44
package.json
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"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.mjs",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"windows": "npm i && cls && node index.mjs",
|
||||
"nix": "npm i; clear; node index.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://nodemixaholic.com:3002/nodemixaholic/kode"
|
||||
},
|
||||
"author": "Samuel Lord",
|
||||
"license": "SEE LICENSE IN LICENSE"
|
||||
}
|
||||
{
|
||||
"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.mjs",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"windows": "ollama pull codellama && npm i && cls && node index.mjs",
|
||||
"nix": "ollama pull codellama; npm i; clear; node index.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://nodemixaholic.com:3002/nodemixaholic/kode"
|
||||
},
|
||||
"author": "Samuel Lord",
|
||||
"license": "SEE LICENSE IN LICENSE"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue