33 lines
973 B
JSON
33 lines
973 B
JSON
{
|
|
"name": "@switchboard-xyz/lease-observer",
|
|
"version": "0.1.5",
|
|
"description": "receive pager duty alerts when a switchboard v2 lease crosses a provided threshold",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/switchboard-xyz/switchboard-v2",
|
|
"directory": "packages/lease-observer"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node main.ts",
|
|
"build": "rimraf lib && ./esbuild.js",
|
|
"test": "echo \"No test script for @switchboard-xyz/lease-observer\" && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@project-serum/anchor": "^0.24.2",
|
|
"@solana/web3.js": "1.33.0",
|
|
"@switchboard-xyz/sbv2-utils": "^0.1.16",
|
|
"@switchboard-xyz/switchboard-v2": "^0.0.105",
|
|
"dotenv": "^16.0.0",
|
|
"node-pagerduty": "^1.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.23",
|
|
"esbuild-node-externals": "^1.4.1",
|
|
"estrella": "^1.4.1",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|