Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
afed0abe
Unverified
Commit
afed0abe
authored
Jan 10, 2023
by
mergify[bot]
Committed by
GitHub
Jan 10, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4660 from ethereum-optimism/sc/bm-package-json
fix(bm): tweak package json
parents
107a41e0
082a4ff0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
11 deletions
+28
-11
cyan-cougars-push.md
.changeset/cyan-cougars-push.md
+5
-0
package.json
packages/balance-monitor/package.json
+23
-11
No files found.
.changeset/cyan-cougars-push.md
0 → 100644
View file @
afed0abe
---
'
@eth-optimism/balance-monitor'
:
patch
---
Fix balance monitor package json
packages/balance-monitor/package.json
View file @
afed0abe
{
{
"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
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment