antv-l7/packages/l7/package.json

40 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@antv/l7",
2020-06-29 09:51:31 +08:00
"version": "2.2.17",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
2019-12-12 19:42:17 +08:00
"unpkg": "dist/l7.js",
"sideEffects": true,
"files": [
"dist",
"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"
},
2019-11-22 18:21:59 +08:00
"author": "antv",
"license": "MIT",
"dependencies": {
2020-06-29 09:51:31 +08:00
"@antv/l7-component": "2.2.17",
"@antv/l7-core": "2.2.17",
"@antv/l7-layers": "2.2.17",
"@antv/l7-maps": "2.2.17",
"@antv/l7-scene": "2.2.17",
"@antv/l7-utils": "2.2.17",
2019-12-31 19:17:29 +08:00
"@babel/runtime": "^7.7.7"
},
2020-04-24 18:18:00 +08:00
"gitHead": "532ade40831b35b04a677b351d092e54c00613d8",
"publishConfig": {
"access": "public"
}
}