unofficial-jisho-api
Version:
Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.
47 lines (46 loc) • 1.29 kB
JSON
{
"name": "unofficial-jisho-api",
"version": "2.0.0",
"description": "Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/eslint/bin/eslint.js .",
"lintfix": "./node_modules/eslint/bin/eslint.js . --fix",
"document": "./node_modules/.bin/jsdoc --configure .jsdoc.json ./index.js -d ./docs -R README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mistval/unofficial-jisho-api.git"
},
"keywords": [
"jisho",
"kanji",
"japanese",
"word",
"search",
"stroke",
"order",
"diagrams"
],
"author": "mistval",
"license": "MIT",
"bugs": {
"url": "https://github.com/mistval/unofficial-jisho-api/issues"
},
"homepage": "https://github.com/mistval/unofficial-jisho-api#readme",
"dependencies": {
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.2",
"escape-string-regexp": "^1.0.5",
"html-entities": "^1.2.1"
},
"devDependencies": {
"docdash": "^1.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jsdoc": "^3.6.2"
}
}