@heartbeatsh/heartbeat-sh
Version:
A js client library for heartbeat.sh
30 lines (29 loc) • 627 B
JSON
{
"name": "@heartbeatsh/heartbeat-sh",
"version": "0.0.0",
"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.19.2"
},
"devDependencies": {
"mocha": "^8.1.1",
"should": "^13.2.3"
}
}