-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 965 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
31
32
33
34
35
36
{
"name": "developer-license",
"version": "1.0.0",
"description": "DIMO Developer License",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "forge clean && forge build --sizes --skip test && npm run selectors",
"build-all": "forge clean && forge build --sizes",
"test": "forge test -vvv",
"selectors": "npx hardhat run script/listSelectors.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIMO-Network/developer-license.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DIMO-Network/developer-license/issues"
},
"homepage": "https://github.com/DIMO-Network/developer-license#readme",
"dependencies": {
"bignumber.js": "^9.1.2",
"dotenv": "^16.4.5",
"ethers": "^6.11.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.4"
}
}