vue-tianditu-map
Version:
A Vue 3 component for Tianditu map integration
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "vue-tianditu-map",
"version": "1.0.7",
"description": "A Vue 3 component for Tianditu map integration",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --config vite.lib.config.js",
"preview": "vite preview",
"release": "npm run build:lib && npm publish",
"prepublishOnly": "npm run build:lib"
},
"keywords": [
"vue",
"vue3",
"map",
"tianditu",
"天地图",
"component",
"ui"
],
"author": "Your Name <your-email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/vue-tianditu-map.git"
},
"homepage": "https://github.com/yourusername/vue-tianditu-map#readme",
"bugs": {
"url": "https://github.com/yourusername/vue-tianditu-map/issues"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.0",
"vue": "^3.0.0"
}
}