@a11ops/sdk
Version:
Official Node.js SDK for a11ops - Push notification infrastructure for critical alerts with log monitoring
58 lines (57 loc) • 1.34 kB
JSON
{
"name": "@a11ops/sdk",
"version": "1.2.1",
"description": "Official Node.js SDK for a11ops - Push notification infrastructure for critical alerts with log monitoring",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest",
"lint": "eslint src/",
"prepublishOnly": "npm run lint",
"prepare": "npm run lint",
"version": "npm test && git add -A src",
"postversion": "git push && git push --tags",
"release:patch": "npm version patch",
"release:minor": "npm version minor",
"release:major": "npm version major",
"dry-run": "npm publish --dry-run"
},
"keywords": [
"a11ops",
"alerts",
"monitoring",
"notifications",
"push-notifications",
"incident-response",
"on-call",
"log-monitoring",
"log-monitoring",
"debugging",
"observability"
],
"author": "a11ops",
"license": "MIT",
"homepage": "https://github.com/a11ops/sdk",
"repository": {
"type": "git",
"url": "git+https://github.com/a11ops/sdk.git"
},
"bugs": {
"url": "https://github.com/a11ops/sdk/issues"
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"jest": "^29.7.0"
},
"engines": {
"node": ">=14.0.0"
}
}