mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
34 lines
713 B
JSON
34 lines
713 B
JSON
{
|
|
"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"
|
|
}
|
|
} |