UNPKG

heartbeat-sh

Version:

A js client library for heartbeat.sh

30 lines (29 loc) 614 B
{ "name": "heartbeat-sh", "version": "1.1.3", "description": "A js client library for heartbeat.sh", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://heartbeat.sh", "repository": { "type": "git", "url": "https://github.com/heartbeat-sh/heartbeat.js.git" }, "keywords": [ "heartbeat", "monitoring", "heartbeat.sh", "heartbeats" ], "author": "heartbeat.sh", "license": "MIT", "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "mocha": "^8.1.3", "should": "^13.2.3" } }