-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
{
"name": "wme-geometries",
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@tmcw/togeojson": "^7.1.2",
"@turf/turf": "^7.3.5",
"@types/geojson": "^7946.0.16",
"@types/i18n": "^0.13.12",
"@types/jquery": "^4.0.0",
"@types/tampermonkey": "^5.0.4",
"@types/terraformer__wkt": "^2.0.3",
"gml2geojson": "^0.0.7",
"toastr": "^2.1.4",
"typescript": "^6.0.3",
"wme-sdk-typings": "https://web-assets.waze.com/wme_sdk_docs/beta/latest/wme-sdk-typings.tgz"
},
"version": "1.0.0",
"description": "",
"main": "WME-Geomtries.user.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/karlsosha/WME-Geometries.git"
},
"private": true,
"dependencies": {
"@placemarkio/geojson-rewind": "^1.0.2",
"@terraformer/wkt": "^2.2.1",
"gml2geojson": "^0.0.7",
"jquery": "^4.0.0",
"prettier": "^3.8.3"
}
}