{ "name": "@antv/l7-core", "version": "2.13.6", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": true, "files": [ "lib", "es", "README.md" ], "scripts": { "tsc": "tsc --project tsconfig.build.json", "clean": "rimraf dist; rimraf es; rimraf lib;", "b": "father build", "build": "father build", "build:cjs": "cross-env BABEL_ENV=cjs NODE_ENV=production babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "build:esm": "cross-env BABEL_ENV=esm NODE_ENV=production babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "watch": "cross-env BABEL_ENV=cjs NODE_ENV=production 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": { "@antv/async-hook": "^2.2.9", "@antv/l7-utils": "2.13.6", "@babel/runtime": "^7.7.7", "@turf/helpers": "^6.1.4", "ajv": "^6.10.2", "element-resize-event": "^3.0.3", "eventemitter3": "^4.0.0", "gl-matrix": "^3.1.0", "inversify": "^5.0.1", "inversify-inject-decorators": "^3.1.0", "l7-tiny-sdf": "^0.0.4", "l7hammerjs": "^0.0.7", "lodash": "^4.17.15", "reflect-metadata": "^0.1.13", "viewport-mercator-project": "^6.2.1" }, "devDependencies": { "@types/element-resize-event": "^2.0.0", "@types/gl-matrix": "^2.4.5", "@types/hammerjs": "^2.0.36", "@types/lodash": "^4.14.138", "@types/viewport-mercator-project": "^6.1.0", "father-build": "^1.17.2" }, "gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31", "publishConfig": { "access": "public" } }