@awesome-fe/translate
Version:
Translation utils
53 lines • 1.43 kB
JSON
{
"name": "@awesome-fe/translate",
"description": "Translation utils",
"private": false,
"main": "./index.js",
"bin": {
"nt": "./bin/index.js"
},
"version": "1.7.10",
"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": {
"@asciidoctor/core": "^2.2.6",
"@types/js-yaml": "^3.12.5",
"common-dir": "^3.0.0",
"core-js": "^3.8.1",
"github-slugger": "^1.3.0",
"globby": "^8.0.2",
"hast-util-to-html": "^8.0.3",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"mdast-util-to-hast": "^6.0.2",
"mkdirp": "^1.0.4",
"openai": "^3.3.0",
"parse5": "^6.0.1",
"reflect-metadata": "^0.1.13",
"rehype-parse": "^6.0.2",
"rehype-remark": "^6.0.0",
"rehype-stringify": "^6.0.1",
"remark-frontmatter": "^1.3.3",
"remark-parse": "^6.0.3",
"remark-rehype": "^6.0.0",
"remark-stringify": "^6.0.4",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"string-width": "^3.1.0",
"ts-morph": "^18.0.0",
"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"
}
}