-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "twzipcode-data",
"version": "2.0.0",
"description": "開發用中華郵政郵遞區號 / Variety format of Taiwan zipcode for developers.",
"main": "dist/index.js",
"scripts": {
"test": "mocha --require @babel/register",
"build": "babel src -d dist",
"cover": "nyc yarn run test",
"coveralls": "nyc report --reporter=lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyc1217/twzipcode-data.git"
},
"keywords": [
"Taiwan",
"zipcode",
"中華郵政",
"臺灣",
"郵遞區號"
],
"author": "Yeh-Yung Chang",
"license": "MIT",
"bugs": {
"url": "https://github.com/yyc1217/twzipcode-data/issues"
},
"homepage": "https://github.com/yyc1217/twzipcode-data#readme",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"should": "^13.2.3",
"standard": "^16.0.1"
},
"dependencies": {
"accept-language": "^3.0.18",
"yarn": "^1.22.19"
},
"standard": {
"ignore": [
"dist"
],
"globals": [
"describe",
"it"
]
},
"packageManager": "yarn@3.2.1"
}