-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "image-charts",
"version": "6.1.19",
"description": "Official Image-Charts.com API client library",
"main": "lib.js",
"types": "types.d.ts",
"scripts": {
"test": "jest --coverage ./test.js",
"@comment updr": "-r basic : Uses console.log for output, no need for a TTY (e.g when running on CI) => https://www.npmjs.com/package/updtr#--reporter--r",
"updtr": "updtr -r basic"
},
"engines": {
"node": ">12"
},
"jest": {
"verbose": true,
"cacheDirectory": ".jest_cache",
"testEnvironment": "node",
"testTimeout": 5000,
"coverageDirectory": "coverage",
"moduleFileExtensions": [
"js",
"json"
],
"modulePaths": [
"<rootDir>/src/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "coverage",
"outputName": "junit.xml"
}
]
],
"coverageThreshold": {
"global": {
"branches": 89,
"functions": 100,
"lines": 100,
"statements": 100
}
}
},
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com/)",
"license": "MIT",
"dependencies": {
"request": "^2.88.2",
"requestretry": "^6.0.0"
},
"devDependencies": {
"updtr": "3.1.0",
"jest": "26.0.1",
"babel-jest": "26.0.1",
"@babel/preset-env": "7.9.6",
"npm-release": "^1.0.0",
"jest-junit": "10.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/image-charts/javascript.git"
},
"keywords": [
"front-end",
"backend-end",
"chart",
"charts",
"chart url",
"image",
"imagecharts",
"png",
"jpg",
"jpeg",
"gif",
"animated",
"api",
"pie",
"bar",
"horizontal-bar",
"bubble",
"doughnut",
"line",
"polar"
],
"bugs": {
"url": "https://github.com/image-charts/javascript/issues"
},
"homepage": "https://github.com/image-charts/javascript#readme",
"contributors": [
"geopic (https://twitter.com/geopic1)"
]
}