{
  "name": "@antv/l7-renderer",
  "version": "2.25.4",
  "description": "",
  "license": "MIT",
  "author": "https://github.com/orgs/antvis/people",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "lib",
    "es"
  ],
  "dependencies": {
    "@antv/g-device-api": "^1.6.4",
    "@babel/runtime": "^7.7.7",
    "regl": "1.6.1",
    "@antv/l7-core": "2.25.4",
    "@antv/l7-utils": "2.25.4"
  },
  "devDependencies": {
    "@antv/l7-test-utils": "^2.25.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": "git@github.com:antvis/L7.git",
  "scripts": {
    "dev": "father dev",
    "build": "npm run clean && father build",
    "check-deps": "father doctor",
    "lint": "eslint src __tests__",
    "clean": "rimraf dist es lib"
  }
}