-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 969 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
{
"name": "PRETokenBase",
"version": "1.0.0",
"description": "Presearch Token (PRE) contract implementation for Base/Optimism L2 network",
"main": "index.js",
"scripts": {
"test": "hardhat test"
},
"keywords": [],
"author": "Vladimir Klimo",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/PresearchOfficial/PRE-Token-Base.git"
},
"devDependencies": {
"@eth-optimism/contracts-bedrock": "^0.17.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/hardhat-upgrades": "^3.0.5",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"hardhat": "^2.22.2",
"typechain": "^8.3.2"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}