Upload files to ''
This commit is contained in:
parent
7439f8724d
commit
e690c88800
2 changed files with 117 additions and 116 deletions
|
@ -7,10 +7,11 @@
|
||||||
"name": "kode",
|
"name": "kode",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Feedback loop to help AI code",
|
"description": "Feedback loop to help AI code",
|
||||||
"main": "index.js",
|
"main": "index.mjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"windows": "npm i && cls && node index.mjs",
|
||||||
|
"nix": "npm i; clear; node index.mjs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue