-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
64 lines (64 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@digital-go-jp/abr-geocoder",
"version": "2.0.0",
"description": "デジタル庁:アドレス・ベース・レジストリを用いたジオコーダー",
"author": "Japan Digital Agency (デジタル庁)",
"repository": {
"type": "git",
"url": "git+https://github.com/digital-go-jp/abr-geocoder.git"
},
"bugs": {
"url": "https://github.com/digital-go-jp/abr-geocoder/issues"
},
"homepage": "https://github.com/digital-go-jp/abr-geocoder",
"license": "MIT",
"engines": {
"node": ">=20"
},
"bin": {
"abrg": "build/interface/cli/cli.js"
},
"scripts": {
"build": "npx rimraf build/ && npx tspc -p tsconfig.build.json && ts-add-js-extension --dir=build && copyfiles -u 1 schemas/**/*.sql build/schemas/"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"@types/busboy": "^1.5.4",
"@types/byline": "^4.2.36",
"@types/cli-progress": "^3.11.5",
"@types/i18n": "^0.13.12",
"@types/node": "^20.14.9",
"@types/proj4": "^2.5.5",
"@types/range-parser": "^1.2.7",
"@types/string-hash": "^1.1.3",
"@types/unzipper": "^0.10.9",
"@types/yargs": "^17.0.32",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.7",
"ts-add-js-extension": "^1.6.4",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.0",
"typescript-transform-paths": "^3.4.7"
},
"dependencies": {
"better-sqlite3": "^11.1.2",
"buffer-crc32": "^1.0.0",
"busboy": "^1.6.0",
"byline": "^5.0.0",
"cli-progress": "^3.12.0",
"csv-parser": "^3.0.0",
"http-status-codes": "^2.3.0",
"hyper-express": "^6.16.4",
"i18next": "^23.11.5",
"lru-cache": "^10.2.2",
"node-gyp": "^10.1.0",
"proj4": "^2.11.0",
"range-parser": "^1.2.1",
"string-hash": "^1.1.3",
"ts-heapq": "^1.0.6",
"typescript": "^5.5.3",
"unzipper": "^0.11.6",
"winston": "^3.13.0",
"yargs": "^17.7.2"
}
}