-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
30 lines (30 loc) · 946 Bytes
/
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": "@morpho-org/morpho-blue-bundlers",
"description": "Morpho Blue Bundlers",
"license": "GPL-2.0-or-later",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/morpho-labs/morpho-blue-bundlers.git"
},
"author": {
"name": "Morpho Labs",
"email": "security@morpho.org",
"url": "https://github.com/morpho-labs"
},
"bugs": {
"url": "https://github.com/morpho-labs/morpho-blue-bundlers/issues"
},
"homepage": "https://github.com/morpho-labs/morpho-blue-bundlers#readme",
"scripts": {
"prepare": "forge install",
"build": "FOUNDRY_PROFILE=build forge build",
"test": "FOUNDRY_PROFILE=test forge test",
"test:local": "FOUNDRY_MATCH_CONTRACT=LocalTest yarn test",
"test:fork": "FOUNDRY_MATCH_CONTRACT=ForkTest yarn test",
"lint": "forge fmt",
"lint:check": "forge fmt --check",
"lint:fix": "forge fmt",
"clean": "forge clean"
}
}