-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 941 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@tombcato/china-zipcode-data",
"version": "1.0.3",
"description": "中国省市区县行政区划代码 (Adcode) 与邮政编码 (Zipcode) 对应数据及查询 SDK。",
"main": "src/index.js",
"type": "module",
"types": "index.d.ts",
"files": [
"src",
"china_zipcode_adcode.json",
"index.d.ts",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "npx serve .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tombcato/china-zipcode-data.git"
},
"keywords": [
"china",
"zipcode",
"adcode",
"postalcode",
"region",
"division"
],
"author": "tombcato",
"license": "MIT",
"bugs": {
"url": "https://github.com/tombcato/china-zipcode-data/issues"
},
"homepage": "https://github.com/tombcato/china-zipcode-data#readme"
}