Upload files to ''

This commit is contained in:
nodemixaholic 2024-03-15 22:55:43 +00:00
parent 7439f8724d
commit e690c88800
2 changed files with 117 additions and 116 deletions

View file

@ -7,10 +7,11 @@
"name": "kode",
"version": "1.0.0",
"description": "Feedback loop to help AI code",
"main": "index.js",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"windows": "npm i && cls && node index.mjs",
"nix": "npm i; clear; node index.mjs"
},
"repository": {
"type": "git",