{ "name": "@antv/l7-utils", "version": "2.9.26", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": true, "files": [ "lib", "es", "dist", "README.md" ], "scripts": { "tsc": "tsc --project tsconfig.build.json", "clean": "rimraf dist; rimraf es; rimraf lib;", "build": "father 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": "lzxue", "license": "ISC", "dependencies": { "@babel/runtime": "^7.7.7", "@turf/bbox-polygon": "^6.5.0", "@turf/helpers": "^6.1.4", "d3-color": "^1.4.0", "earcut": "^2.1.0", "eventemitter3": "^4.0.0", "gl-matrix": "^3.1.0", "web-worker-helper": "^0.0.3" }, "devDependencies": { "@types/d3-color": "^1.2.2", "@types/earcut": "^2.1.0" }, "gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31", "publishConfig": { "access": "public" } }