UNPKG

@iwater/mdict-ts

Version:

mdict (*.mdx, *.mdd) file reader

42 lines (41 loc) 866 B
{ "name": "@iwater/mdict-ts", "version": "1.0.6", "description": "mdict (*.mdx, *.mdd) file reader", "main": "dist/mdict/mdict.js", "types": "dist/mdict/mdict.d.ts", "files": [ "dist/**/*" ], "keywords": [ "mdict", "ts", "dictionary", "mdx", "mdd" ], "repository": { "type": "git", "url": "git+https://github.com:iwater/mdict-ts.git" }, "scripts": { "build": "tsc" }, "author": "iwater <iwater@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/iwater/mdict-ts/issues" }, "homepage": "https://github.com/iwater/mdict-ts", "dependencies": { "@types/node": "^14.18.12", "@types/pako": "^1.0.1", "buffer-dataview": "0.0.2", "pako": "^1.0.11", "text-encoding": "^0.7.0", "xmldom": "^0.3.0" }, "devDependencies": { "typescript": "^4.6.3" } }