{ "name": "@l7/layers", "version": "0.0.1", "description": "", "main": "/dist/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", "sideEffects": false, "files": [ "lib", "esm", "README.md" ], "scripts": { "tsc": "tsc --project tsconfig.build.json", "build": "BABEL_ENV=build babel src --root-mode upward --out-dir dist --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "watch": "BABEL_ENV=build babel src --watch --root-mode upward --out-dir dist --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments" }, "author": "xiaoiver", "license": "ISC", "dependencies": { "@l7/core": "^0.0.1", "@l7/source": "^0.0.1", "@l7/utils": "^0.0.1", "@mapbox/martini": "^0.1.0", "@turf/meta": "^6.0.2", "@types/d3-color": "^1.2.2", "d3-array": "^2.3.1", "d3-color": "^1.4.0", "d3-scale": "^3.1.0", "earcut": "^2.2.1", "eventemitter3": "^4.0.0", "gl-matrix": "^3.1.0", "gl-vec2": "^1.3.0", "inversify": "^5.0.1", "lodash": "^4.17.15", "merge-json-schemas": "1.0.0", "polyline-miter-util": "^1.0.1", "reflect-metadata": "^0.1.13", "tapable": "^2.0.0-beta.8" }, "devDependencies": { "@types/d3-array": "^2.0.0", "@types/d3-scale": "^2.1.1", "@types/earcut": "^2.1.0", "@types/gl-matrix": "^2.4.5", "@types/lodash": "^4.14.138" }, "gitHead": "0563f357f3a07c099bf1ffa9350e6fa3c88353ae", "publishConfig": { "access": "public" } }