forked from IMI-Tool-Project/imi-enrichment-address
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "imi-enrichment-address",
"version": "2.0.0",
"description": "IMI 住所型正規化パッケージ",
"main": "main.js",
"scripts": {
"test": "mocha",
"clean": "rm -fR cache db",
"download-12.0b": "bash tools/download.sh 12.0b",
"download-13.0b": "bash tools/download.sh 13.0b",
"format": "zcat cache/isj.txt.gz | node tools/format.js cache/sac_label.json cache/sac_parent.json cache/sac_change.json",
"tree": "zcat cache/isj.txt.gz | node tools/tree.js cache/sac_label.json cache/sac_parent.json cache/sac_change.json > cache/tree.json",
"start": "node bin/server.js 8080"
},
"bin": "bin/cli.js",
"files": [
"bin",
"lib",
"db",
"cache/tree.json"
],
"keywords": [
"imi"
],
"author": "IMI Tool Project",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1"
},
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"leveldown": "^5.4.1",
"levelup": "^4.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IMI-Tool-Project/imi-enrichment-address.git"
},
"bugs": {
"url": "https://github.com/IMI-Tool-Project/imi-enrichment-address/issues"
},
"homepage": "https://github.com/IMI-Tool-Project/imi-enrichment-address#readme"
}