{
    "name": "@baidu-map/three-3d",
    "version": "0.0.10",
    "description": "装箱3d展示",
    "keywords": [
        "百度",
        "three.js",
        "装箱"
    ],
    "license": "ISC",
    "author": "liuwenzhu",
    "main": "./lib/index.js",
    "unpkg": "./dist/index.umd.min.js",
    "module": "./es/index.js",
    "files": [
        "dist",
        "es",
        "lib",
        "package.json",
        "README.md"
    ],
    "scripts": {
        "build": "father-build",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
        "three": "^0.144.0"
    },
    "publishConfig": {
        "access": "public"
    }
}
