Commit afed0abe authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4660 from ethereum-optimism/sc/bm-package-json

fix(bm): tweak package json
parents 107a41e0 082a4ff0
---
'@eth-optimism/balance-monitor': patch
---
Fix balance monitor package json
{ {
"name": "@eth-optimism/balance-monitor", "name": "@eth-optimism/balance-monitor",
"version": "0.0.2", "version": "0.0.2",
"description": "Forta Agent that reports whether certain accounts have fallen below some balance", "description": "[Optimism] Forta Agent that reports whether certain accounts have fallen below some balance",
"homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/balance-monitor#readme", "main": "dist/index",
"license": "MIT", "types": "dist/index",
"author": "Optimism PBC", "files": [
"repository": { "dist/*",
"type": "git", "src/*"
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"chainIds": [
5
], ],
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
...@@ -27,6 +23,19 @@ ...@@ -27,6 +23,19 @@
"lint:fix": "yarn lint:check --fix", "lint:fix": "yarn lint:check --fix",
"lint": "yarn lint:fix && yarn lint:check" "lint": "yarn lint:fix && yarn lint:check"
}, },
"keywords": [
"optimism",
"ethereum",
"forta",
"monitoring"
],
"homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/balance-monitor#readme",
"license": "MIT",
"author": "Optimism PBC",
"repository": {
"type": "git",
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": { "dependencies": {
"ethers": "^5.7.2", "ethers": "^5.7.2",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
...@@ -40,5 +49,8 @@ ...@@ -40,5 +49,8 @@
"nodemon": "^2.0.8", "nodemon": "^2.0.8",
"ts-mocha": "^10.0.0", "ts-mocha": "^10.0.0",
"typescript": "^4.3.4" "typescript": "^4.3.4"
} },
"chainIds": [
5
]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment