forked from mfay/IOReportMgt
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
{
|
|
"name": "translation.js",
|
|
"version": "0.7.15",
|
|
"description": "集成多种翻译引擎并提供统一的翻译接口。",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Selection-Translator/translation.js.git"
|
|
},
|
|
"main": "dist/tjs.node.common.js",
|
|
"module": "dist/tjs.node.es.js",
|
|
"browser": "dist/tjs.browser.es.js",
|
|
"unpkg": "dist/tjs.browser.js",
|
|
"types": "declaration/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"declaration",
|
|
"chrome-youdao.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "tslint --project tsconfig.json -t verbose",
|
|
"build": "node build/build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@types/blueimp-md5": "^2.7.0",
|
|
"@types/node": "^12.7.12",
|
|
"blueimp-md5": "^2.10.0",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^8.1.0",
|
|
"prettier": "^1.17.0",
|
|
"rollup": "^1.10.1",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"rollup-plugin-typescript2": "^0.24.3",
|
|
"tslint": "^5.16.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-config-standard": "^8.0.1",
|
|
"tslint-plugin-prettier": "^2.0.1",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"homepage": "https://github.com/Selection-Translator/translation.js#readme",
|
|
"license": "MIT"
|
|
}
|
|
|