{ "name": "@antv/l7-maps", "version": "2.1.3", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": false, "files": [ "lib", "es", "typings/index.d.ts", "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": "xiaoiver", "license": "ISC", "dependencies": { "@antv/l7-core": "^2.1.3", "@antv/l7-utils": "^2.1.3", "@babel/runtime": "^7.7.7", "@types/amap-js-api": "^1.4.6", "gl-matrix": "^3.1.0", "inversify": "^5.0.1", "mapbox-gl": "^1.2.1", "viewport-mercator-project": "^6.2.1" }, "devDependencies": { "@types/gl-matrix": "^2.4.5", "@types/mapbox-gl": "^0.54.3", "@types/viewport-mercator-project": "^6.1.0" }, "gitHead": "a5d354b66873f700730248d015c5e539c54b34b7", "publishConfig": { "access": "public" } }