{
	"name": "mars2d",
	"version": "3.4.1",
	"description": "Mars2D地理信息平台",
	"main": "./mars2d.js",
	"types": "./mars2d.d.ts",
	"dependencies": {
		"leaflet": "^1.9.4"
	},
	"devDependencies": {},
	"scripts": {
		"lint": "eslint ./src/**/*.{js,ts} --fix"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/marsgis/mars2d.git"
	},
	"bugs": {
		"url": "https://github.com/marsgis/mars2d/issues",
		"email": "wh@marsgis.cn"
	},
	"keywords": [
		"marsgis",
		"mars2d",
		"leaflet",
		"gis",
		"webgis"
	],
	"author": "mars2d",
	"license": "Apache-2.0",
	"homepage": "http://mars2d.cn",
	"build": {
		"plugin": false,
		"globals": {
			"leaflet": "L"
		},
		"minify": "obfuscator"
	}
}
