UNPKG

translate-tool

Version:
32 lines (31 loc) 679 B
{ "name": "translate-tool", "version": "1.2.12", "description": "a tranlate tool use in cli", "main": "index.js", "bin": { "fy": "index.js", "dict": "index.js" }, "scripts": { "p": "git add . && git commit -m 'publish package' && npm version patch && npm publish && git push --all" }, "author": "wanpp", "license": "ISC", "keywords": [ "翻译", "词典", "字典", "命令行" ], "dependencies": { "axios": "^1.4.0", "js-base64": "^3.7.5", "md5": "^2.3.0", "tencentcloud-sdk-nodejs-tmt": "^4.0.735" }, "repository": { "type": "git", "url": "https://github.com/6653302wy/translate-tool.git" } }