{ "name": "@antv/l7-source", "version": "2.0.0-beta.25", "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;", "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", "lint:ts": "run-p -c lint:ts-*", "test": "jest" }, "author": "lzxue", "license": "ISC", "dependencies": { "@antv/l7-core": "^2.0.0-beta.25", "@antv/l7-utils": "^2.0.0-beta.25", "@babel/runtime": "^7.7.7", "@mapbox/geojson-rewind": "^0.4.0", "@turf/helpers": "^6.1.4", "@turf/invariant": "^6.1.2", "@turf/meta": "^6.0.2", "core-js": "3", "d3-dsv": "^1.1.1", "d3-hexbin": "^0.2.2", "eventemitter3": "^4.0.0", "gl-matrix": "^3.1.0", "inversify": "^5.0.1", "inversify-inject-decorators": "^3.1.0", "inversify-logging": "^0.2.1", "lodash": "^4.17.15", "reflect-metadata": "^0.1.13", "regenerator-runtime": "^0.13.3", "supercluster": "^6.0.2", "tapable": "^2.0.0-beta.8" }, "devDependencies": { "@types/d3-dsv": "^1.0.36", "@types/d3-hexbin": "^0.2.3", "@types/gl-matrix": "^2.4.5", "@types/lodash": "^4.14.138", "@types/viewport-mercator-project": "^6.1.0" }, "gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26", "publishConfig": { "access": "public" } }