{ "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" } }