watchlog-metric
Version:
This is a package to communicate with watchlog.io agent
38 lines (37 loc) • 796 B
JSON
{
"name": "watchlog-metric",
"version": "1.0.1",
"description": "This is a package to communicate with watchlog.io agent",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Watchlog-monitoring/watchlog-metric.git"
},
"bugs": {
"url": "https://github.com/Watchlog-monitoring/watchlog-metric/issues"
},
"keywords": [
"chart",
"log",
"metric",
"watchlog",
"watchlog.io",
"alert",
"client",
"agent"
],
"author": "watchlog",
"license": "ISC",
"dependencies": {
"axios": "^1.7.8"
},
"devDependencies": {
"@types/node": "^20.11.30",
"typescript": "^5.9.2"
}
}