{
  "name": "@antv/g-plugin-3d",
  "version": "2.1.1",
  "description": "Provide 3D extension for G",
  "keywords": [
    "antv",
    "g"
  ],
  "homepage": "https://github.com/antvis/g#readme",
  "bugs": {
    "url": "https://github.com/antvis/g/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antvis/g.git"
  },
  "license": "MIT",
  "author": "https://github.com/orgs/antvis/people",
  "exports": {
    "types": "./types/index.d.ts",
    "import": "./dist/index.esm.js",
    "default": "./dist/index.js"
  },
  "main": "dist/index.js",
  "unpkg": "dist/index.umd.min.js",
  "module": "dist/index.esm.js",
  "types": "types/index.d.ts",
  "files": [
    "package.json",
    "dist",
    "types",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@antv/g-device-api": "^1.6.10",
    "@babel/runtime": "^7.25.6",
    "gl-matrix": "^3.4.3",
    "tslib": "^2.5.3",
    "@antv/g-lite": "2.7.0",
    "@antv/g-plugin-device-renderer": "2.6.1",
    "@antv/g-shader-components": "2.0.0"
  },
  "devDependencies": {
    "@types/gl-matrix": "^2.4.5",
    "glslify-import": "3.1.0",
    "rollup-plugin-glslify": "^1.2.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "glslify": {
    "transform": [
      "glslify-import"
    ]
  },
  "scripts": {
    "build:js": "rimraf dist && rollup -c",
    "build:types": "rimraf types && tsc --emitDeclarationOnly --noCheck",
    "build": "npm run build:js && npm run build:types",
    "sync": "tnpm sync",
    "watch": "rollup -c -w"
  }
}