UNPKG

kanji.js

Version:

漢字 search/lookup library for Node.js and browsers

65 lines (64 loc) 1.63 kB
{ "name": "kanji.js", "version": "1.6.2", "description": "漢字 search/lookup library for Node.js and browsers", "keywords": [ "node", "browser", "kanji", "漢字", "search", "lookup", "kanjidic" ], "homepage": "https://kanji.js.org", "bugs": "https://github.com/eidoriantan/kanji.js/issues", "license": "MIT", "author": { "name": "Adriane Justine Tan", "email": "eidoriantan@gmail.com", "url": "https://eidoriantan.me" }, "contributors": [], "funding": { "type": "patreon", "url": "https://patreon.com/eidoriantan" }, "main": "dist/kanji.min.js", "types": "index.d.ts", "directories": { "example": "examples", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/eidoriantan/kanji.js.git" }, "scripts": { "build": "rollup -c", "watch": "rollup -c -w", "lint": "standard", "postlint": "git log -1 --format=%B | commitlint", "pretest": "npm run lint && npm run build", "test": "mocha test/index.js", "clean": "rm -rf dist" }, "dependencies": { "fuzzyset.js": "^1.0.5", "wanakana": "^5.0.0" }, "devDependencies": { "@commitlint/cli": "^17.0.0", "@commitlint/config-conventional": "^17.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "mocha": "^10.1.0", "rollup": "^2.33.1", "rollup-plugin-terser": "^7.0.0", "should": "^13.2.3", "standard": "^17.0.0" }, "standard": { "ignore": ["src/**/*.min.mjs"] } }