{
	"name": "tlbs-map-vue",
	"version": "1.3.2",
	"description": "基于vue的地图组件",
	"main": "dist/v3/index.umd.js",
	"module": "dist/v3/index.es.js",
	"types": "dist/v3/index.d.ts",
	"style": "dist/v3/style.css",
	"exports": {
		".": {
			"types": "./dist/v3/index.d.ts",
			"import": "./dist/v3/index.es.js",
			"require": "./dist/v3/index.cjs.js"
		}
	},
	"files": [
		"dist",
		"types",
		"scripts",
		"LICENSE",
		"README.md",
		"package.json"
	],
	"engines": {
		"node": ">=16.0.0"
	},
	"scripts": {
		"postinstall": "node scripts/postinstall.js",
		"dev:2": "vue-demi-switch 2 vue2 && pnpm --filter vue2-playground dev",
		"dev:2.7": "vue-demi-switch 2.7 vue2.7 && pnpm --filter vue2.7-playground dev",
		"dev:3": "vue-demi-switch 3 vue3 && pnpm --filter vue3-playground dev",
		"build:2": "vue-demi-switch 2 vue2 && pnpm --filter vue2-playground build",
		"build:3": "vue-demi-switch 3 vue3 && pnpm --filter vue3-playground build",
		"build:2.7": "vue-demi-switch 2.7 vue2.7 && pnpm --filter vue2.7-playground build",
		"build": "rimraf ./dist && npm run build:2 && npm run build:2.7 && npm run build:3",
		"release": "npm run build && npm publish",
		"docs:dev": "vue-demi-switch 3 vue3 && vitepress dev docs --port 4000 --force",
		"docs:build": "vitepress build docs",
		"lint": "eslint . --cache --fix",
		"commit": "git-cz",
		"prepare": "husky install",
		"new": "node scripts/new-component/index.mjs"
	},
	"author": "tlbs-map",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Tencent/tlbs-map-vue.git"
	},
	"homepage": "https://github.com/Tencent/tlbs-map-vue",
	"peerDependencies": {
		"@vue/composition-api": "^1.4.9",
		"vue": "^2.6.0 || >=3.0.0"
	},
	"peerDependenciesMeta": {
		"@vue/composition-api": {
			"optional": true
		}
	},
	"dependencies": {
		"fs-extra": "^10.1.0",
		"vue-demi": "^0.14.6"
	},
	"devDependencies": {
		"@commitlint/cli": "^11.0.0",
		"@commitlint/config-conventional": "^11.0.0",
		"@types/node": "^20.9.2",
		"@typescript-eslint/eslint-plugin": "^4.33.0",
		"@typescript-eslint/parser": "^4.33.0",
		"@vitejs/plugin-vue2": "^2.2.0",
		"@vue/composition-api": "^1.7.1",
		"@vue/eslint-config-typescript": "^7.0.0",
		"commitizen": "^4.3.0",
		"cz-conventional-changelog": "^3.3.0",
		"eslint": "^7.32.0",
		"eslint-config-tencent": "^1.0.4",
		"eslint-plugin-html": "^7.1.0",
		"eslint-plugin-vue": "^8.5.0",
		"husky": "^8.0.0",
		"inquirer": "^11.0.2",
		"lint-staged": "^10.5.4",
		"lodash": "^4.17.21",
		"rimraf": "^3.0.2",
		"standard-version": "^9.0.0",
		"tmap-gl-types": "^0.1.8",
		"typescript": "^5.1.3",
		"vite": "^4.3.9",
		"vite-plugin-dts": "^2.3.0",
		"vitepress": "^1.3.4",
		"vitest": "^0.32.2",
		"vue": "^3.5.6",
		"vue-template-compiler": "~2.6.14",
		"vue2": "npm:vue@2.6",
		"vue2.7": "npm:vue@2.7",
		"vue3": "npm:vue@3"
	},
	"pnpm": {
		"packageExtensions": {
			"vue-template-compiler": {
				"peerDependencies": {
					"vue": "~2.6.14"
				}
			}
		}
	},
	"config": {
		"commitizen": {
			"path": "node_modules/cz-conventional-changelog"
		}
	},
	"lint-staged": {
		"src/**/*.{vue,ts,js}": [
			"npm run lint"
		]
	}
}