-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
62
63
64
65
{
"name": "highcharts-multicolor-series",
"version": "3.1.0",
"description": "Highcharts plugin that adds new series: multicolor-series, where you can define color for each part of a path, between two points.",
"main": "./dist/multicolor-series.js",
"types": "./dist/multicolor-series.d.ts",
"engines": {
"pnpm": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blacklabel/multicolor_series.git"
},
"keywords": [
"highcharts",
"multicolor",
"highcharts-addon"
],
"author": "Black Label <[email protected]> (https://blacklabel.net)",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/blacklabel/multicolor_series/issues"
},
"homepage": "https://github.com/blacklabel/multicolor_series#readme",
"scripts": {
"test": "testem",
"test-dot": "testem ci -R dot",
"build": "gulp build",
"lint": "gulp lint",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@types/jest": "^29.5.6",
"@types/jquery": "^3.5.6",
"@types/trusted-types": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"ansi-colors": "^4.1.3",
"eslint": "^8.0.1",
"fancy-log": "^2.0.0",
"google-closure-compiler": "^20240317.0.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-eslint": "^6.0.0",
"gulp-git": "^2.11.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"highcharts-github": "github:highcharts/highcharts",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"qunit": "^2.20.0",
"testem": "^3.11.0",
"through2": "^4.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"yargs": "^4.7.0"
}
}