-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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": "@open-formulieren/leaflet-tools",
"version": "1.0.0",
"description": "Shared utilities for Leaflet maps and Dutch (NL) geo standards",
"main": "./lib/index.js",
"module": "./lib/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write 'src/**/*'",
"checkformat": "prettier --check 'src/**/*'"
},
"files": ["lib/"],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/open-formulieren/leaflet-tools.git"
},
"keywords": [
"leaflet",
"Rijksdriehoek",
"geo",
"gis",
"RD",
"NL"
],
"author": "Maykin Media <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/open-formulieren/leaflet-tools/issues"
},
"homepage": "https://github.com/open-formulieren/leaflet-tools#readme",
"dependencies": {
"proj4leaflet": "^1.0.2"
},
"peerDependencies": {
"leaflet": "^1.7.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/proj4": "^2.5.5",
"@types/proj4leaflet": "^1.0.10",
"leaflet": "^1.9.4",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}