-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.41 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
37
38
39
40
41
42
43
44
45
{
"name": "token-vesting",
"version": "1.0.0",
"description": "**Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.**",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ionicprotocol/token-vesting.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/ionicprotocol/token-vesting/issues"
},
"homepage": "https://github.com/ionicprotocol/token-vesting#readme",
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"csv-parse": "^5.5.6",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomicfoundation/hardhat-viem": "^2.0.3",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"hardhat": "^2.22.6",
"solidity-coverage": "^0.8.12",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"viem": "^2.17.3"
}
}