{ "name": "upptime-example", "version": "1.13.3", "description": "This repository uses GitHub Actions as an uptime monitor to track the status of Koj 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/koj-co/upptime", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/koj-co/status.git" }, "keywords": [ "status", "statuskit", "uptime", "uptime-monitor" ], "author": "Anand Chowdhary ", "license": "MIT", "bugs": { "url": "https://github.com/koj-co/status/issues" }, "homepage": "https://github.com/koj-co/status#readme", "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" } }