UNPKG

china-address-search

Version:
31 lines (30 loc) 710 B
{ "name": "china-address-search", "version": "1.0.0", "description": "中国地址模糊搜索算法", "main": "index.js", "module": "index.mjs", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DarrenDanielDay/china-address-search" }, "keywords": [ "china-address", "china address", "address-search", "address search", "中国地址", "中国行政区划", "中华人民共和国行政区划" ], "devDependencies": { "typescript": "^4.6.2" }, "scripts": { "build": "cp ./index.ts ./index.mts && tsc && tsc -p ./tsconfig.cjs.json" }, "dependencies": { "taio": "^0.5.0" } }