feat: tfcode beta

This commit is contained in:
Gab
2026-03-24 14:01:32 +11:00
parent 4596310485
commit 4380efd658
10 changed files with 971 additions and 332 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "tfcode",
"version": "1.0.0-beta.1",
"description": "ToothFairyAI's official AI coding agent",
"keywords": ["toothfairyai", "ai", "coding", "cli"],
"author": "ToothFairyAI",
"license": "MIT",
"type": "module",
"bin": {
"tfcode": "./bin/tfcode.js"
},
"files": [
"bin/",
"src/",
"scripts/"
],
"scripts": {
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.33"
},
"engines": {
"node": ">=18"
},
"homepage": "https://toothfairyai.com/developers/tfcode",
"repository": {
"type": "git",
"url": "https://github.com/ToothFairyAI/tfcode.git"
}
}