generated from jbx-protocol/juice-contract-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@rev-net/core",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rev-net/revnet-core"
},
"scripts": {
"test": "forge test",
"coverage:integration": "forge coverage --match-path \"./src/*.sol\" --report lcov --report summary",
"deploy:mainnets": "source ./.env && export START_TIME=$(date +%s) && npx sphinx propose ./script/Deploy.s.sol --networks mainnets",
"deploy:testnets": "source ./.env && export START_TIME=$(date +%s) && npx sphinx propose ./script/Deploy.s.sol --networks testnets",
"artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'revnet-core'"
},
"dependencies": {
"@bananapus/721-hook": "^1.0.0",
"@bananapus/buyback-hook": "^1.0.0",
"@bananapus/core": "^1.0.0",
"@bananapus/ownable": "^0.0.9",
"@bananapus/permission-ids": "^0.0.17",
"@bananapus/suckers": "^1.0.2",
"@bananapus/swap-terminal": "^1.0.0",
"@croptop/core": "^1.0.0",
"@openzeppelin/contracts": "^5.2.0"
},
"devDependencies": {
"@sphinx-labs/plugins": "^0.33.1"
}
}