Skip to content

Commit 3f9657e

Browse files
Agregado el archivo package.json para el hook leaflet-editable-hook
1 parent 576e9d0 commit 3f9657e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "leaflet-editable-hook",
3+
"version": "1.0.1",
4+
"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.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"peerDependencies": {
10+
"leaflet": "^1.9.4",
11+
"leaflet-editable": "^1.2.0",
12+
"react": "^18.2.0",
13+
"react-dom": "^18.2.0",
14+
"react-leaflet": "^4.2.1"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/AlejandroRM-DEV/leaflet-editable-hook.git"
19+
},
20+
"keywords": [
21+
"leaflet"
22+
],
23+
"author": "Alejandro Ramírez Muñoz",
24+
"license": "MIT",
25+
"bugs": {
26+
"url": "https://github.com/AlejandroRM-DEV/leaflet-editable-hook/issues"
27+
},
28+
"homepage": "https://github.com/AlejandroRM-DEV/leaflet-editable-hook#readme"
29+
}

0 commit comments

Comments
 (0)