UNPKG

together-code

Version:

AI-powered coding assistant that plans, then builds

43 lines (42 loc) 1.1 kB
{ "name": "together-code", "version": "1.0.0", "description": "AI-powered coding assistant that plans, then builds", "type": "module", "main": "dist/index.js", "bin": { "together-code": "./dist/index.js" }, "scripts": { "together-code": "tsx src/index.tsx", "build": "tsc", "dev": "tsx src/index.tsx", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["ai", "coding", "together-ai", "deepseek", "cli", "code-generation"], "author": "", "license": "ISC", "dependencies": { "@types/node": "^24.0.0", "@types/react": "^19.1.7", "axios": "^1.9.0", "chalk": "^5.4.1", "commander": "^14.0.0", "figlet": "^1.8.1", "fs-extra": "^11.3.0", "gradient-string": "^3.0.0", "ink": "^6.0.0", "ink-big-text": "^2.0.0", "ink-gradient": "^3.0.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "inquirer": "^12.6.3", "react": "^19.1.0", "tsx": "^4.19.4", "typescript": "^5.8.3" }, "devDependencies": { "@types/fs-extra": "^11.0.4" } }