{
  "name": "@dp_unity/dpu-gis-viewer",
  "version": "0.0.61",
  "description": "DPU GIS Viewer version Beta",
  "homepage": "https://dpunity.com",
  "license": "DPU",
  "type": "module",
  "author": {
    "name": "PHUC",
    "url": "https://dpunity.com"
  },
  "keywords": [
    "DP-Unity",
    "Cesium"
  ],
  "repository": {
    "type": "git",
    "url": "https://dpunity.com"
  },
  "main": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "clean": "shx rm -rf dist",
    "build": "npm run clean && webpack --config webpack.config.js"
  },
  "devDependencies": {
    "copy-webpack-plugin": "^12.0.2",
    "css-loader": "^7.1.2",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.6.3",
    "shx": "^0.3.4",
    "style-loader": "^4.0.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.7.2",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  },
  "dependencies": {
    "cesium": "^1.117.0",
    "chart.js": "^4.4.7",
    "konva": "^9.3.18",
    "url-loader": "^4.1.1",
    "worker-loader": "^3.0.8"
  }
}
