vve-baidu-translate-service
Version:
BaiDu Universal translation API access document
81 lines (80 loc) • 1.92 kB
JSON
{
"name": "vve-baidu-translate-service",
"version": "3.1.1",
"description": "BaiDu Universal translation API access document",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": {
"default": "./lib/index.d.ts"
},
"browser": {
"default": "./lib/baiduTranslateService.js"
},
"require": {
"default": "./lib/index.js"
},
"default": {
"default": "./lib/index.js"
}
}
},
"files": [
"lib",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/vue-viewer-editor/vve-baidu-translate-service"
},
"unpkg": "lib/baiduTranslateService.js",
"scripts": {
"build": "webpack && tsc",
"build:tsc": "tsc",
"lint": "eslint src --ext .ts",
"test": "mocha",
"release": "standard-version"
},
"keywords": [
"baidu-translate",
"baidu-translate-service",
"translate-service"
],
"author": "nianqin",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"md5": "^2.3.0",
"node-fetch": "^2.6.11",
"qs": "^6.14.0"
},
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/md5": "^2.3.2",
"@types/mocha": "^10.0.6",
"@types/node-fetch": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"standard-version": "^9.5.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4"
},
"bugs": {
"url": "https://github.com/vue-viewer-editor/vve-baidu-translate-service/issues"
},
"homepage": "https://github.com/vue-viewer-editor/vve-baidu-translate-service#readme",
"directories": {
"lib": "lib"
}
}