@talkcode-test/talkcode
Version:
The command-line interface for TalkCode.
33 lines (32 loc) • 730 B
JSON
{
"name": "@talkcode-test/talkcode",
"version": "0.1.0-alpha.1",
"description": "The command-line interface for TalkCode.",
"main": "index.js",
"bin": {
"talkcode": "./bin/talkcode"
},
"scripts": {
"postinstall": "node install.js"
},
"optionalDependencies": {
"@talkcode/talkcode-bin-darwin-arm64": "0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulletjet786/talkcode.git"
},
"keywords": [
"cli",
"ai",
"voice",
"gemini",
"developer-tools"
],
"author": "TalkCode Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/bulletjet786/talkcode/issues"
},
"homepage": "https://github.com/bulletjet786/talkcode#readme"
}