UNPKG

kanjidic-wrapper

Version:

[**@scriptin**'s `jmdict-simplified`](https://github.com/scriptin/jmdict-simplified) project provides a sane JSON version of the famous [JMDict](http://www.edrdg.org/jmdict/j_jmdict.html) open-source Japanese dictionary project.

25 lines (24 loc) 657 B
{ "name": "kanjidic-wrapper", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "package": "npm i; npx tsc; (git add .); (git commit -m 'New Package'); npm publish" }, "keywords": ["kanjidic", "kanji", "japanese", "search", "token", "analysis"], "author": "", "license": "Unlicense", "devDependencies": { "@types/node": "^12.12.17", "@types/readable-stream": "^4.0.0", "typescript": "^5.1.6" }, "dependencies": { "abstract-level": "^1.0.3", "classic-level": "^1.3.0", "level-read-stream": "^1.1.0" } }