-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.08 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
38
39
40
41
42
43
{
"name": "leaflet.marker-motion-react",
"version": "0.1.5",
"private": false,
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlejandroRM-DEV/Leaflet.MarkerMotion-React.git"
},
"keywords": [
"Leaflet"
],
"author": "Alejandro Ramírez Muñoz",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlejandroRM-DEV/Leaflet.MarkerMotion-React/issues"
},
"homepage": "https://github.com/AlejandroRM-DEV/Leaflet.MarkerMotion-React#readme",
"peerDependencies": {
"leaflet": "^1.0.0",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@release-it/conventional-changelog": "^8.0.1",
"release-it": "^17.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@react-leaflet/core": "^2.1.0",
"leaflet.marker-motion": "^0.8.1"
}
}