@awesome-fe/translate
Version:
Translation utils
55 lines • 1.47 kB
JSON
{
"name": "@awesome-fe/translate",
"description": "Translation utils",
"private": false,
"main": "./index.js",
"bin": {
"nt": "./bin/index.js"
},
"version": "1.1.9",
"author": "Zhicheng Wang<asnowwolf@gmail.com>",
"homepage": "https://blog.ralph.wang",
"repository": {
"type": "git",
"url": "https://github.com/asnowwolf/translate.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/asnowwolf/translate/issues"
},
"dependencies": {
"@google-cloud/translate": "^5.3.0",
"@types/js-yaml": "^3.12.5",
"@vitalets/google-translate-api": "^4.0.0",
"common-dir": "^3.0.0",
"core-js": "^3.8.1",
"github-slugger": "^1.3.0",
"globby": "^8.0.2",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"parse5": "^6.0.1",
"reflect-metadata": "^0.1.13",
"rehype-parse": "^6.0.2",
"rehype-remark": "^5.0.2",
"rehype-stringify": "^5.0.0",
"remark-frontmatter": "^1.3.3",
"remark-html": "^9.0.1",
"remark-parse": "^6.0.3",
"remark-stringify": "^6.0.4",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"string-width": "^3.1.0",
"ts-morph": "^9.1.0",
"typeorm": "^0.2.29",
"unified": "^7.1.0",
"unist-util-flatmap": "^1.0.0",
"unist-util-remove": "^1.0.3",
"unist-util-visit": "^1.4.1",
"uuid": "^3.4.0",
"yargs": "^12.0.5"
},
"peerDependencies": {
"better-sqlite3": "^7.1.2"
}
}