tf_code/packages/tfcode/package.json
2026-03-24 14:01:32 +11:00

31 lines
657 B
JSON

{
"name": "@toothfairyai/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/",
"scripts/"
],
"scripts": {
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"yargs": "^17.7.2"
},
"engines": {
"node": ">=18"
},
"homepage": "https://toothfairyai.com/developers/tfcode",
"repository": {
"type": "git",
"url": "https://github.com/ToothFairyAI/tfcode.git"
}
}