antv-l7/packages/utils/package.json

33 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "@antv/l7-utils",
2020-02-03 21:32:13 +08:00
"version": "2.0.14",
"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",
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments"
},
"author": "lzxue",
"license": "ISC",
"dependencies": {
2019-12-31 19:17:29 +08:00
"@babel/runtime": "^7.7.7",
"@turf/helpers": "^6.1.4"
2019-11-12 16:01:33 +08:00
},
2019-11-28 18:10:27 +08:00
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
"publishConfig": {
"access": "public"
}
}