-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.42 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
31
32
33
34
35
{
"name": "@bannyverse/core",
"version": "0.0.32",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mejango/bannyverse-core"
},
"engines": {
"node": ">=20.0.0"
},
"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",
"deploy:testnets:drop:1": "source ./.env && npx sphinx propose ./script/Drop1.s.sol --networks testnets",
"artifacts": "source ./.env && npx sphinx artifacts --org-id 'my-org-id' --project-name 'bannyverse-core-testnet'"
},
"dependencies": {
"@bananapus/721-hook": "^0.0.24",
"@bananapus/buyback-hook": "^0.0.20",
"@bananapus/core": "^0.0.32",
"@bananapus/ownable": "^0.0.7",
"@bananapus/permission-ids": "^0.0.12",
"@bananapus/suckers": "^0.0.23",
"@bananapus/swap-terminal": "^0.0.21",
"@croptop/core": "^0.0.18",
"@openzeppelin/contracts": "^5.0.2",
"@rev-net/core": "^0.0.35"
},
"devDependencies": {
"@sphinx-labs/plugins": "0.33.0"
}
}