30 lines
782 B
JSON
30 lines
782 B
JSON
{
|
|
"name": "cnchar-dev",
|
|
"version": "2.2.8",
|
|
"description": "功能全面、多端支持的汉字拼音笔画js库,支持多音字、繁体字、火星文",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"unpkg": "cnchar.min.js",
|
|
"jsdelivr": "cnchar.min.js",
|
|
"typings": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/theajack/cnchar.git"
|
|
},
|
|
"keywords": [
|
|
"汉字拼音",
|
|
"汉字笔画数",
|
|
"汉字笔画顺序",
|
|
"繁体字",
|
|
"火星文",
|
|
"js库",
|
|
"theajack"
|
|
],
|
|
"author": "theajack",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/theajack/cnchar/issues"
|
|
},
|
|
"homepage": "https://theajack.github.io/cnchar/"
|
|
}
|