nicecode-v2/packages/map/package.json

44 lines
750 B
JSON

{
"name": "@zhst/map",
"version": "0.2.1",
"description": "地图库",
"keywords": [
"map",
"zhst",
"地图库"
],
"license": "ISC",
"author": "dev",
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./es/index.js",
"default": "./es/index.js"
}
},
"files": [
"es",
"lib"
],
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public",
"registry": "http://10.0.0.77:4874"
},
"dependencies": {
"react-map-gl": "^7.1.7",
"mapbox-gl": "^2.15.0"
}
}