UNPKG

idsfind

Version:

IDSと画数で漢字を検索するモジュール

41 lines (40 loc) 989 B
{ "name": "idsfind", "version": "3.1.1", "description": "", "main": "dist/index.js", "module": "dist/index.mjs", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", "build:update": "tsc ./scripts/update.ts --outDir ./scripts/ --esModuleInterop", "generate": "ts-node ./scripts/update.ts" }, "keywords": [ "Chinese Character", "Ideographic Description Sequence", "Unicode", "Kanji", "Hanzi" ], "author": "Guanwe Liu <toyjack@gmail.com>", "license": "MIT", "devDependencies": { "@types/download": "^8.0.2", "@types/lodash": "^4.14.195", "chalk": "^5.2.0", "csv-parse": "^5.4.0", "download": "^8.0.0", "lodash": "^4.17.21", "rimraf": "^5.0.1", "ts-node": "^10.9.1", "tsup": "^7.1.0", "typescript": "^5.1.5" } }