mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-16 11:04:31 +01:00
Add wallet tracker
This commit is contained in:
15
wallet-tracker/package.json
Normal file
15
wallet-tracker/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "wallet-tracker",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"start": "node --no-warnings=ExperimentalWarning src/main.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"prom-client": "^15.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user