@dmvicent3/tcli
Version:
A CLI tool for managing translations in projects using next-translate
48 lines • 1.08 kB
JSON
{
"name": "@dmvicent3/tcli",
"version": "1.5.1",
"type": "module",
"main": "./tcli.cjs",
"bin": {
"tcli": "./tcli.cjs"
},
"description": "A CLI tool for managing translations in projects using next-translate",
"keywords": [
"translation",
"cli",
"next-translate",
"i18n",
"internationalization"
],
"author": "dmvicent3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dmvicent3/tcli.git"
},
"homepage": "https://github.com/dmvicent3/tcli#readme",
"bugs": {
"url": "https://github.com/dmvicent3/tcli/issues"
},
"files": [
"dist",
"tcli.cjs",
"README.md"
],
"scripts": {
"check-ts": "bunx tsc --noEmit",
"build": "tsc",
"release": "bun run build && bun publish -p --access public",
"dev": "bun run src/index.ts"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@google/genai": "^1.10.0",
"commander": "^11.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
}
}