-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
37
{
"name": "leaflet-editable-hook",
"version": "2.0.2",
"description": "The purpose of this hook is to provide functionality for editing features on the map, such as drawing polylines, polygons, markers, rectangles, circles, and more.",
"main": "index.js",
"keywords": [
"leaflet"
],
"author": "Alejandro Ramírez Muñoz",
"license": "MIT",
"homepage": "https://github.com/AlejandroRM-DEV/leaflet-editable-hook#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AlejandroRM-DEV/leaflet-editable-hook.git"
},
"bugs": {
"url": "https://github.com/AlejandroRM-DEV/leaflet-editable-hook/issues"
},
"scripts": {
"release": "release-it"
},
"peerDependencies": {
"leaflet": "^1.9.4",
"leaflet-editable": "^1.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^10.0.1",
"release-it": "^19.0.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}