UNPKG

province-city-area

Version:
40 lines (39 loc) 808 B
{ "name": "province-city-area", "version": "0.2.0", "description": "province-city-area", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist", "data", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "typecheck": "tsc --noEmit" }, "keywords": [ "province-city-area" ], "author": "cq0122", "homepage": "https://github.com/cq0122/province-city-area", "bugs": { "url": "https://github.com/cq0122/province-city-area/issues" }, "license": "MIT", "devDependencies": { "tsup": "^8.5.1", "typescript": "^6.0.3" } }