-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
36
{
"name": "@swisstronik/sdi-contracts",
"version": "1.2.1",
"description": "Swisstronik SDI contracts",
"homepage": "https://github.com/SigmaGmbH/swisstronik-sdi-contracts",
"bugs": {
"url": "https://github.com/SigmaGmbH/swisstronik-sdi-contracts/issues"
},
"contributors": [
"Denis <dev-adv@swisstronik.com>",
"Lesther Caballero <lesther.c@swisstronik.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SigmaGmbH/swisstronik-sdi-contracts.git"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.2.0",
"@openzeppelin/contracts-upgradeable": "^5.2.0",
"@swisstronik/utils": "^1.3.0",
"dotenv": "^16.4.7",
"hardhat": "^2.22.18"
},
"devDependencies": {
"@types/node": "^22.12.0",
"solidity-coverage": "^0.8.14"
},
"scripts": {
"build": "hardhat compile --force",
"hardhat:deploy": "hardhat run scripts/deploy.ts --network testnet",
"test": "hardhat test",
"coverage": "hardhat coverage"
}
}