jmdict-util
Version:
Parse JMdict XML file and export to SQLite and JSON files.
36 lines (35 loc) • 764 B
JSON
{
"name": "jmdict-util",
"version": "0.7.9",
"description": "Parse JMdict XML file and export to SQLite and JSON files.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/echamudi/jmdict-util.git"
},
"keywords": [
"japanese",
"jmdict",
"sqlite",
"json"
],
"bin": "cli.js",
"author": "Ezzat Chamudi",
"license": "MPL-2.0",
"dependencies": {
"commander": "^3.0.1",
"sqlite3": "^4.1.0",
"xml2json": "^0.11.2"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2"
}
}