Spaces:
Running
Running
File size: 658 Bytes
e4d7b49 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"name": "cypher-coder",
"version": "1.0.0",
"description": "Cypher Coder - L'Agent IA expert en programmation créé par DJAKOUA KWANKAM",
"main": "index.js",
"bin": {
"cypher": "./index.js"
},
"type": "module",
"scripts": {
"start": "node index.js"
},
"keywords": [
"ai",
"cli",
"agent",
"cypher",
"coding",
"assistant"
],
"author": "DJAKOUA KWANKAM",
"license": "MIT",
"dependencies": {
"@gradio/client": "^2.2.1",
"@huggingface/inference": "^2.6.4",
"chalk": "^5.3.0",
"inquirer": "^9.2.12",
"marked": "^15.0.12",
"marked-terminal": "^7.3.0",
"ora": "^7.0.1"
}
}
|