-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "uptime",
"version": "1.13.3",
"description": "This repository uses GitHub Actions as an uptime monitor to track the status of SoftCreatR Media websites.",
"main": "dist/index.js",
"scripts": {
"readme": "ts-node readme.ts",
"update": "ts-node update.ts",
"update-with-commit": "ts-node update.ts commit",
"graphs": "ts-node graph.ts",
"update-template": "update-template https://github.com/SoftCreatR/statuspage",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoftCreatR/statuspage.git"
},
"keywords": [
"status",
"statuskit",
"uptime",
"uptime-monitor"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/SoftCreatR/statuspage/issues"
},
"homepage": "https://github.com/SoftCreatR/statuspage",
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"@types/chart.js": "^2.9.23",
"@types/fs-extra": "^9.0.1",
"@types/js-yaml": "^3.12.5",
"canvas": "^2.6.1",
"semantic-release": "^17.1.1",
"semantic-release-gitmoji": "^1.3.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"@octokit/rest": "^18.0.3",
"@sindresorhus/slugify": "^1.1.0",
"axios": "^0.20.0",
"chart.js": "^2.9.3",
"chartjs-node-canvas": "^3.0.6",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
"node-libcurl": "^2.2.0",
"update-template": "^1.0.1",
"upptime": "0.0.0"
}
}