@orta/markdown-translator
Version:
Directly translate markdown file using Azure Text Translate API
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "@orta/markdown-translator",
"version": "0.4.3",
"description": "Directly translate markdown file using Azure Text Translate API",
"main": "index.js",
"scripts": {
"test": "echo \"No test in temp\"",
"dist:mac": "pkg package.json --targets node8-macos-x64",
"dist:win": "pkg package.json --targets node8-win-x64"
},
"bin": {
"md-translator": "./cli.js"
},
"pkg": {
"assets": "config.json"
},
"dependencies": {
"commander": "^5.0.0",
"lodash.chunk": "^4.2.0",
"lodash.flatten": "^4.4.0",
"lodash.merge": "^4.6.1",
"remark": "^12.0.0",
"request": "^2.88.0",
"unified-stream": "^1.0.4"
},
"keywords": [
"Azure",
"Markdown",
"Translate",
"CLI"
],
"author": "Menthays <tillohao@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/menthays/markdown-translator.git"
},
"homepage": "https://github.com/menthays/markdown-translator#readme",
"bugs": {
"url": "https://github.com/menthays/markdown-translator/issues"
},
"license": "MIT",
"devDependencies": {
"pkg": "^4.4.5"
}
}