-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
54 lines (54 loc) · 1.37 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
47
48
49
50
51
52
53
54
{
"name": "leaflet.nontiledlayer",
"version": "1.0.9",
"description": "A leaflet layer for non-tiled overlays",
"files": [
"dist"
],
"main": "dist/NonTiledLayer-src.js",
"directories": {
"dist": "dist"
},
"repository": {
"type": "git",
"url": "git://github.com/ptv-logistics/Leaflet.NonTiledLayer.git"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "rimraf dist && rollup --config",
"lint": "eslint ."
},
"keywords": [
"leaflet",
"xserver",
"wms"
],
"author": {
"name": "Oliver Heilig",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ptv-logistics/Leaflet.NonTiledLayer/issues"
},
"homepage": "https://github.com/ptv-logistics/Leaflet.NonTiledLayer",
"peerDependencies": {
"leaflet": "^1.7.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/leaflet": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"rimraf": "^4.0.7",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.2.0",
"typescript": "^4.3.2"
}
}