-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "mapbox-gl-draw-passing-mode",
"version": "2.2.2",
"description": "passing drawing mode for mapbox-gl-draw",
"main": "dist/mapbox-gl-draw-passing-mode.js",
"module": "src/index.js",
"scripts": {
"watch": "rollup -cw",
"build": "rollup -c",
"serve": "npx serve",
"dev": "npm-run-all --parallel serve watch"
},
"devDependencies": {
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"npm-run-all": "^4.1.5",
"rollup": "^3.28.1",
"serve": "^14.0.1"
},
"peerDependencies": {
"@mapbox/mapbox-gl-draw": "1.4.3"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mhsattarian/mapbox-gl-draw-passing-mode.git"
},
"keywords": [
"mapbox",
"mapbox-gl",
"mapbox-gl-draw",
"draw",
"mode",
"passing",
"temporary"
],
"author": "Mohammad H. Sattarian (mh_sattarian@outlook.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhsattarian/mapbox-gl-draw-passing-mode/issues"
},
"homepage": "https://github.com/mhsattarian/mapbox-gl-draw-passing-mode#readme"
}