-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 831 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 831 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
29
30
31
{
"private": true,
"name": "strata",
"version": "0.0.1",
"description": "Strata Money Contracts",
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Strata-Money/contracts.git"
},
"author": "Strata Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Strata-Money/contracts/issues"
},
"homepage": "https://github.com/Strata-Money/contracts#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.24.2"
},
"dependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.3",
"@nomicfoundation/hardhat-verify": "^2.0.13",
"@openzeppelin/contracts": "^5.2.0",
"@openzeppelin/contracts-upgradeable": "^5.3.0",
"dotenv": "^16.4.7"
}
}