{
  "name": "@landgis/frontend-sdk",
  "version": "1.0.3",
  "description": "配置驱动的GIS前端SDK，基于OpenLayers构建",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@vueuse/core": "^10.5.0",
    "axios": "^1.6.0",
    "ol": "^8.2.0",
    "pinia": "^2.1.7",
    "proj4": "^2.19.5",
    "vue": "^3.4.0"
  },
  "devDependencies": {
    "@types/mockjs": "^1.0.10",
    "@types/node": "^20.8.0",
    "@vitejs/plugin-vue": "^4.4.0",
    "@vue/eslint-config-prettier": "^8.0.0",
    "@vue/eslint-config-typescript": "^12.0.0",
    "@vue/tsconfig": "^0.4.0",
    "eslint": "^8.49.0",
    "eslint-plugin-vue": "^9.17.0",
    "mockjs": "^1.1.0",
    "prettier": "^3.0.3",
    "typescript": "~5.2.0",
    "vite": "^4.4.11",
    "vite-plugin-dts": "^3.6.0",
    "vue-tsc": "^1.8.19"
  },
  "keywords": [
    "gis",
    "openlayers",
    "vue",
    "configuration-driven",
    "geospatial",
    "mapping",
    "landgis"
  ],
  "author": "LandGIS Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/landgis/frontend-sdk.git"
  },
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "build:lib": "vite build --mode lib",
    "preview": "vite preview",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "type-check": "vue-tsc --noEmit"
  }
}