eazydict
Version:
79 lines (78 loc) • 1.76 kB
JSON
{
"name": "eazydict",
"version": "2.1.0",
"description": "简单易用的命令行词典",
"main": "./index.js",
"bin": {
"eazydict": "./bin/cli"
},
"scripts": {
"test": "npm run test:lint && npm run test:unit",
"test:lint": "elint lint \"src/**/*.js\" \"test/**/*.js\" index.js --fix",
"test:unit": "mocha \"test/**/*.js\"",
"beforecommit": "elint lint commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keenwon/eazydict.git"
},
"author": {
"name": "keenwon",
"email": "semanwmj@gmail.com"
},
"keywords": [
"eazydict",
"dictionary",
"translate",
"youdao",
"bing",
"google",
"terminal",
"console",
"linux"
],
"license": "MIT",
"files": [
"bin",
"src",
"index.js"
],
"bugs": {
"url": "https://github.com/keenwon/eazydict/issues"
},
"homepage": "https://github.com/keenwon/eazydict#readme",
"engines": {
"node": ">=8"
},
"dependencies": {
"blessed": "^0.1.81",
"chalk": "^2.4.2",
"chalk-animation": "^1.6.0",
"cli-table3": "^0.5.1",
"cli-width": "^2.2.0",
"commander": "^2.20.0",
"debug": "^4.1.1",
"eazydict-bing": "^2.1.0",
"eazydict-google": "^2.1.0",
"eazydict-youdao": "^2.1.0",
"filesize": "^4.1.2",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.2",
"js-yaml": "^3.13.0",
"moment": "^2.24.0",
"npmi": "^4.0.0",
"ora": "^3.4.0",
"sequelize": "^5.2.12",
"sqlite3": "^4.0.6",
"string-break": "^1.2.0",
"string-width": "^4.1.0",
"unicons": "^0.0.3",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
"elint": "^1.11.0",
"elint-preset-kw": "^1.8.1",
"mocha": "^6.0.2"
}
}