idsfind
Version:
A tool can search Chinese characters by their components and remaining stroke count
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "idsfind",
"version": "3.0.1",
"description": "A tool can search Chinese characters by their components and remaining stroke count",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"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"
}
}