antv-l7/packages/utils/package.json

39 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "@antv/l7-utils",
"version": "2.9.18",
"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",
2020-07-21 12:00:10 +08:00
"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": {
2019-12-31 19:17:29 +08:00
"@babel/runtime": "^7.7.7",
"@turf/bbox-polygon": "^6.5.0",
"@turf/helpers": "^6.1.4",
2020-02-05 10:13:59 +08:00
"d3-color": "^1.4.0"
},
"devDependencies": {
"@types/d3-color": "^1.2.2"
2019-11-12 16:01:33 +08:00
},
2021-09-14 12:16:41 +08:00
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
"publishConfig": {
"access": "public"
}
}