{ "name": "@antv/l7", "version": "2.0.28-alpha.0", "description": "A Large-scale WebGL-powered Geospatial Data Visualization", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "unpkg": "dist/l7.js", "sideEffects": true, "files": [ "dist", "lib", "es", "README.md" ], "scripts": { "tsc": "tsc --project tsconfig.build.json", "clean": "rimraf dist; rimraf es; rimraf lib;", "build": "run-p build:*", "build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments" }, "author": "antv", "license": "MIT", "dependencies": { "@antv/l7-component": "^2.0.28-alpha.0", "@antv/l7-core": "^2.0.28-alpha.0", "@antv/l7-layers": "^2.0.28-alpha.0", "@antv/l7-maps": "^2.0.28-alpha.0", "@antv/l7-scene": "^2.0.28-alpha.0", "@babel/runtime": "^7.7.7" }, "gitHead": "a5d354b66873f700730248d015c5e539c54b34b7", "publishConfig": { "access": "public" } }