mirror of
https://github.com/0x1d/drift-keeper.git
synced 2025-12-14 18:35:20 +01:00
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"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"
|
|
}
|
|
} |