-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
53
54
55
56
57
58
59
60
61
{
"name": "@visactor/lark-vchart",
"version": "1.13.4",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
"index.js",
"index.json",
"index.ttml",
"index.ttss"
],
"scripts": {
"rollup": "npm run build",
"build": "npm run clear && rollup -c --configPlugin typescript --bundleConfigAsCjs",
"clear": "rimraf index.js"
},
"keywords": [
"lark",
"charts",
"visualization",
"VChart",
"animation",
"storytelling",
"VisActor",
"graphics",
"interaction"
],
"homepage": "https://www.visactor.io/vchart",
"bugs": "https://github.com/VisActor/VChart/issues",
"repository": {
"type": "git",
"url": "GitHub - VisActor/VChart: The chart library for web and multi-platform",
"directory": "packages/lark-vchart"
},
"author": {
"name": "VisActor",
"url": "https://www.visactor.io/"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"rimraf": "3.0.2",
"rollup": "3.20.5",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"eslint": "~8.18.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}