antv-l7/packages/map/package.json

49 lines
1.5 KiB
JSON
Raw Normal View History

2020-06-09 21:39:32 +08:00
{
"name": "@antv/l7-map",
2022-03-30 16:08:04 +08:00
"version": "2.8.18",
2020-06-09 21:39:32 +08:00
"description": "l7 map",
"keywords": [],
"author": "thinkinggis <lzx199065@gmail.com>",
"license": "ISC",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/l7-map.js",
"types": "es/index.d.ts",
"sideEffects": true,
"files": [
"dist",
"lib",
"es",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antvis/L7.git"
},
"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",
"test": "jest"
},
"bugs": {
"url": "https://github.com/antvis/L7/issues"
},
"homepage": "https://github.com/antvis/L7#readme",
"dependencies": {
2022-03-30 16:08:04 +08:00
"@antv/l7-utils": "^2.8.18",
2020-09-02 15:50:30 +08:00
"@babel/runtime": "^7.7.7",
2020-06-09 21:39:32 +08:00
"@mapbox/point-geometry": "^0.1.0",
"@mapbox/unitbezier": "^0.0.0",
"eventemitter3": "^4.0.4",
"lodash": "^4.17.15"
2021-06-01 19:51:15 +08:00
},
2021-09-14 12:16:41 +08:00
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31"
2020-06-09 21:39:32 +08:00
}