{ "name": "@antv/l7-maps", "version": "2.5.16", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "unpkg": "dist/l7-maps.js", "sideEffects": false, "files": [ "dist", "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", "sync": "tnpm sync" }, "author": "xiaoiver", "license": "ISC", "dependencies": { "@amap/amap-jsapi-loader": "^0.0.3", "@antv/l7-core": "2.5.16", "@antv/l7-map": "2.5.16", "@antv/l7-utils": "2.5.16", "@babel/runtime": "^7.7.7", "@types/amap-js-api": "^1.4.6", "@types/mapbox-gl": "^1.11.2", "gl-matrix": "^3.1.0", "inversify": "^5.0.1", "mapbox-gl": "^1.2.1", "reflect-metadata": "^0.1.13", "viewport-mercator-project": "^6.2.1" }, "devDependencies": { "@types/gl-matrix": "^2.4.5", "@types/viewport-mercator-project": "^6.1.0" }, "gitHead": "347dc9a3a502ae8837625c1347830b7e9a334545", "publishConfig": { "access": "public" } }