UNPKG

idioma-cli

Version:

CLI for Idioma - Internationalization engine with smart defaults

67 lines (66 loc) 1.54 kB
{ "name": "idioma-cli", "version": "0.0.14", "description": "CLI for Idioma - Internationalization engine with smart defaults", "keywords": [ "i18n", "localization", "translation", "ai", "cli" ], "homepage": "https://github.com/ryanwaits/idioma", "repository": { "type": "git", "url": "git+https://github.com/ryanwaits/idioma.git" }, "license": "MIT", "author": "Ryan Waits", "type": "module", "engines": { "node": ">=18.0.0" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "idioma": "./dist/cli/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "bunup", "dev": "bunup --watch", "lint": "biome check src/", "lint:fix": "biome check --write src/", "format": "biome format --write src/" }, "dependencies": { "idioma-sdk": "^0.0.13", "@ai-sdk/anthropic": "^1.2.12", "@ai-sdk/openai": "^1.3.23", "@types/xml2js": "^0.4.14", "ai": "^4.3.19", "commander": "^14.0.0", "glob": "^11.0.3", "js-yaml": "^4.1.0", "ora": "^8.2.0", "parse5": "^8.0.0", "remark": "^15.0.1", "remark-directive": "^4.0.0", "remark-frontmatter": "^5.0.0", "remark-mdx": "^3.1.0", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "xml2js": "^0.6.2", "zod": "^4.0.5" }, "devDependencies": { "@types/glob": "^9.0.0", "@types/js-yaml": "^4.0.9", "@types/node": "^24.0.14", "bunup": "^0.9.2" } }