@antv/l7plot-component
Version:
Components for L7Plot
50 lines (49 loc) • 1.42 kB
JSON
{
"name": "@antv/l7plot-component",
"version": "0.0.11",
"description": "Components for L7Plot",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"module": "dist/esm/index.js",
"unpkg": "dist/umd/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "yarn run clean && yarn run dev:cjs",
"dev:cjs": "tsc -p tsconfig.json --module CommonJS --outDir dist/lib --watch",
"lint": "eslint src __tests__ --ext .js,.ts",
"lint-fix": "eslint src __tests__ --ext .js,.ts --fix",
"prettier": "prettier src __tests__ -c -w",
"clean": "rimraf dist",
"build": "yarn run clean && yarn run build:cjs && yarn run build:esm",
"build:cjs": "tsc -p tsconfig.json --module CommonJS --outDir dist/lib",
"build:esm": "tsc -p tsconfig.json --module ESNext --outDir dist/esm"
},
"keywords": [
"antv",
"l7",
"l7plot",
"component"
],
"sideEffects": false,
"author": "yunji",
"license": "MIT",
"homepage": "https://github.com/antvis/L7Plot#readme",
"repository": {
"type": "git",
"url": "https://github.com/antvis/L7Plot.git"
},
"bugs": {
"url": "https://github.com/antvis/L7Plot/issues"
},
"dependencies": {
"@antv/dom-util": "^2.0.3",
"@antv/util": "^2.0.14"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "a3077d0eb54ec6e8f65ccce745fe93549e39cfec"
}