-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 999 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
{
"name": "@swisstronik/sdi-contracts",
"version": "1.1.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 <[email protected]>",
"Lesther Caballero <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SigmaGmbH/swisstronik-sdi-contracts.git"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@swisstronik/utils": "^1.2.1",
"dotenv": "^16.4.5",
"hardhat": "^2.20.1"
},
"devDependencies": {
"@types/node": "^20.12.7"
},
"scripts": {
"build": "hardhat compile --force",
"hardhat:deploy": "hardhat run scripts/deploy.ts --network testnet",
"test": "hardhat test"
}
}