{
  "name": "mapv-three",
  "version": "1.0.20",
  "description": "基于three.js的三维场景库，帮助开发者快速搭建数字孪生场景。",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "author": "",
  "license": "ISC",
  "files": [
    "dist/",
    "README.md",
    "package.json",
    "scripts/"
  ],
  "scripts": {
    "preinstall": "node scripts/deprecation-warning.js",
    "postinstall": "node scripts/deprecation-warning.js"
  },
  "deprecated": "警告: 此包已不再维护! 请使用新版本: npm install @baidumap/mapv-three"
}
