mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-07 17:28:53 +00:00
feat: tfcode beta
This commit is contained in:
34
packages/tfcode/package-beta.json
Normal file
34
packages/tfcode/package-beta.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user