-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
{
"version": "1.2.2",
"description": "Open Source JavaScript chart library",
"name": "gk-chart",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist",
"src"
],
"scripts": {
"build": "rm -rf dist && tsc",
"build-old": "webpack --mode development --watch",
"build-prod": "webpack --mode production",
"dev": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ganpatkakar/gkChart"
},
"keywords": [
"Chart",
"Library",
"Canvas_chart",
"React_js_chart",
"Angular_chart",
"Vue_js_chart",
"GkChart",
"React chart",
"Angular chart",
"Vue js chart",
"Canvas chart",
"Charting library"
],
"author": "Ganpat Kakar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ganpatkakar/gkChart/issues"
},
"homepage": "https://github.com/Ganpatkakar/gkChart#readme",
"devDependencies": {
"@types/node": "20.10.4",
"gk-chart": "1.2.2",
"prettier": "3.1.1",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typescript": "5.3.3"
},
"dependencies": {}
}