-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 901 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 901 Bytes
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
{
"name": "rss3-newtork-contracts",
"license": "MIT",
"version": "2.1.1",
"repository": "git@github.com:NaturalSelectionLabs/RSS3-Newtork-Contracts.git",
"devDependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-4": "npm:@openzeppelin/contracts@4.9.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"solhint": "^5.0.3"
},
"scripts": {
"setup": "make clean && make build",
"sync": "make install",
"build": "make build",
"test": "make foundry-test",
"abi": "make abi",
"snapshot": "make snapshot",
"lint": "make lint",
"solhint": "make solhint",
"upgradeable": "make upgradeable",
"mythril": "make mythril",
"mythx": "make mythx",
"storage-layout": "make storage-layout",
"prepare": "husky install"
}
}