-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "echarts-extension-bingmaps",
"description": "bingmap for Apache ECharts (https://github.com/apache/echarts)",
"private": false,
"version": "2.0.2",
"author": "andybuibui",
"license": "MIT",
"files": [
"dist",
"index.d.ts"
],
"main": "dist/echarts-extension-bingmaps.min.js",
"module": "dist/echarts-extension-bingmaps.esm.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andybuibui/echarts-extension-bingmaps"
},
"bugs": {
"url": "https://github.com/andybuibui/echarts-extension-bingmaps/issues"
},
"homepage": "https://github.com/andybuibui/echarts-extension-bingmaps#readme",
"keywords": [
"echarts",
"bingmap",
"echarts-extension",
"map",
"biying",
"echarts-bingmap",
"echarts4",
"echarts5",
"bing",
"echarts-extension-bingmaps"
],
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/echarts": "^4.9.22",
"chalk": "^4.1.2",
"echarts": "^5.5.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2"
}
}