UNPKG

@uitranslator/cli

Version:

The UI Translator npm cli

43 lines (42 loc) 961 B
{ "name": "@uitranslator/cli", "version": "1.0.20", "description": "The UI Translator npm cli", "main": "index.js", "scripts": { "build": "tsc && esbuild ./bin/index.js --minify --outfile=./bin/index.min.js && mv ./bin/index.min.js ./bin/index.js", "release": "npm run build && npm publish", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "!src/*", "!tsconfig.json" ], "bin": { "uit": "./bin/index.js" }, "keywords": [ "UI Translator", "uitranslator", "uit", "Globalization", "Localization", "CLI", "SDK" ], "author": "Ipepera, Inc.", "license": "ISC", "dependencies": { "@inquirer/prompts": "^7.0.0", "@types/figlet": "^1.7.0", "axios": "^1.7.7", "colors.ts": "^1.0.20", "figlet": "^1.8.0", "node-watch": "^0.7.4", "yargs": "^17.7.2" }, "devDependencies": { "@types/node": "^22.7.6", "@types/yargs": "^17.0.33" } }