sbv2-solana/javascript/lease-observer/package.json

34 lines
996 B
JSON

{
"name": "@switchboard-xyz/lease-observer",
"version": "1.0.0",
"description": "receive pager duty alerts when a switchboard v2 lease crosses a provided threshold",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/switchboard-xyz/sbv2-solana",
"directory": "javascript/lease-observer"
},
"scripts": {
"start": "ts-node src/main.ts",
"build": "rimraf lib && ./esbuild.js",
"test": "echo \"No test script for @switchboard-xyz/lease-observer\" && exit 0"
},
"dependencies": {
"@project-serum/anchor": "^0.25.0",
"@solana/web3.js": "1.33.0",
"@switchboard-xyz/sbv2-utils": "^0.1.53",
"@switchboard-xyz/switchboard-v2": "^0.0.165",
"dotenv": "^16.0.1",
"node-pagerduty": "^1.3.6"
},
"devDependencies": {
"@types/node": "^18.7.18",
"esbuild-node-externals": "^1.4.1",
"estrella": "^1.4.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}