youdaotom
Version:
youdao translate, 翻译 命令行
87 lines (86 loc) • 2.82 kB
JSON
{
"name": "youdaotom",
"version": "1.1.8",
"description": "youdao translate, 翻译 命令行",
"keywords": [
"translate",
"youdao",
"yudao",
"翻译",
"命令行",
"cli",
"youdaotom",
"chinese",
"english"
],
"repository": {
"type": "git",
"url": "https://github.com/tomatobybike/Tomato-NPM-CLI-Youdao.js"
},
"license": "MIT",
"author": "Tom <tomatobybike@gmail.com>",
"main": "./src/youdao.js",
"bin": {
"youdaotom": "./bin/youdaotom",
"youdaotom2": "./bin/youdao2"
},
"scripts": {
"babelnode": "npx babel-node ./src/youdao.js",
"build": "NODE_ENV=production rollup -c",
"build:dev": "NODE_ENV=development rollup -c",
"build:prod": "NODE_ENV=production rollup -c",
"lint": "eslint ./src",
"lint:fix": "eslint --ext .js src ./ --fix",
"prerelease": "yarn run build",
"release": "standard-version patch",
"start": "yarn run sucrase",
"sucrase": "sucrase-node ./src/youdao.js"
},
"dependencies": {
"@darkobits/lolcatjs": "^3.1.5",
"Printer": "^1.0.0",
"chalk": "4.1.2",
"cli-table2": "^0.2.0",
"commander": "^8.2.0",
"configstore": "3.1.5",
"figlet": "^1.6.0",
"ora": "^6.3.0",
"superagent": "^8.0.9"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-eslint": "^9.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-import": "^1.13.6",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"rollup": "^2.67.3",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-prettier": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.5.0",
"sucrase": "^3.32.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
}
}