-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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": "ol-osmwaysnap",
"type": "module",
"version": "0.4.1",
"description": "OpenLayers Interaction Extension for Snapping Ways from OSM using Overpass API",
"keywords": [
"osm",
"openstreetmap",
"openlayers",
"gis",
"map",
"road-snapping"
],
"main": "dist/index.js",
"scripts": {
"build": "npx tsc && npx webpack",
"test": "npx vitest run --config ./vitest.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ponlawat-w/ol-osmwaysnap.git"
},
"author": {
"name": "Ponlawat Weerapanpisit",
"email": "[email protected]"
},
"files": [
"dist/*"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ponlawat-w/ol-osmwaysnap/issues"
},
"homepage": "https://github.com/ponlawat-w/ol-osmwaysnap#readme",
"devDependencies": {
"happy-dom": "^15.7.4",
"ol": "^10.2.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ol-osmoverpass": "^0.2.5"
}
}