-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 885 Bytes
/
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
{
"name": "mapbox-gl-globe-minimap",
"version": "1.2.0",
"description": "A Mapbox GL JS Plugin to add a configurable globe minimap showing the main map's center.",
"main": "src/index.js",
"scripts": {
"build": "rollup --config rollup.config.mjs src/index.js",
"watch": "rollup --config rollup.config.mjs src/index.js --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier . --write"
},
"author": "chriswhong",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.6.0",
"globals": "^15.8.0",
"prettier": "^3.3.2",
"rollup": "^4.18.1",
"rollup-plugin-polyfill-node": "^0.13.0"
},
"dependencies": {
"d3": "^7.9.0",
"topojson": "^3.0.2"
}
}