-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 920 Bytes
/
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
{
"name": "taiwan_administrative_region_data_generator",
"version": "1.0.0",
"description": "使用台灣政府開放資料生成台灣行政區JSON檔",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c0w0c/Taiwan_Administrative_Region_Data_Generator.git"
},
"keywords": [
"taiwan",
"opendata"
],
"type": "module",
"author": "c0w0c",
"license": "MIT",
"bugs": {
"url": "https://github.com/c0w0c/Taiwan_Administrative_Region_Data_Generator/issues"
},
"homepage": "https://github.com/c0w0c/Taiwan_Administrative_Region_Data_Generator#readme",
"dependencies": {
"dayjs": "^1.11.6",
"fast-xml-parser": "^4.0.11",
"node-fetch": "^3.2.10"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}