-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"name": "overpassql-run",
"version": "0.0.1",
"main": "bin/index.js",
"description": "A program to execute OverpassQL queries, filter the results, and output into various GIS formats.",
"license": "MIT",
"dependencies": {
"@maphubs/tokml": "^0.6.1",
"@types/jest": "^29.5.14",
"@types/json-schema": "^7.0.15",
"commander": "^12.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"osmtogeojson": "https://github.com/tyrasd/osmtogeojson#snyk-fix-65371a4c4920389f7e5127c141088511",
"overpass-ts": "^4.3.8",
"overpassql-loader": "^1.0.0",
"prettier": "^3.3.3",
"table": "^6.8.2",
"togpx": "https://github.com/tyrasd/togpx#snyk-fix-12edd5611b82b65d2659d522d868905e",
"tokml": "^0.4.0",
"ts-jest": "^29.2.5",
"tslog": "^4.9.3",
"typedoc": "^0.26.11",
"typedoc-plugin-coverage": "^3.3.0",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-rename-defaults": "^0.7.1",
"xml-escape": "^1.1.0",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/xml-escape": "^1.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}