-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1003 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1003 Bytes
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
{
"name": "leaflet.marker-motion",
"version": "0.8.2",
"private": false,
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlejandroRM-DEV/Leaflet.MarkerMotion.git"
},
"keywords": [
"Leaflet"
],
"author": "Alejandro Ramírez Muñoz",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlejandroRM-DEV/Leaflet.MarkerMotion/issues"
},
"homepage": "https://github.com/AlejandroRM-DEV/Leaflet.MarkerMotion#readme",
"peerDependencies": {
"leaflet": "^1.0.0"
},
"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": {
"@turf/turf": "^7.1.0"
}
}