forked from emn178/chartjs-plugin-labels
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "chart.js-plugin-labels-dv",
"version": "5.0.1-beta",
"description": "Chart.js plugin to display labels on pie, doughnut and polar area chart.",
"main": "dist/esm/index.js",
"scripts": {
"build": "tsc && rollup -c",
"lint": "eslint ./"
},
"peerDependencies": {
"chart.js": "^4.3.3"
},
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DavideViolante/chartjs-plugin-labels.git"
},
"keywords": [
"chart",
"label",
"labels",
"plugin"
],
"license": "MIT",
"author": "Chen, Yi-Cyuan <[email protected]>, Davide Violante",
"homepage": "https://github.com/DavideViolante/chartjs-plugin-labels",
"bugs": {
"url": "https://github.com/DavideViolante/chartjs-plugin-labels/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.47.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.9.5"
}
}