forked from markcarey/tokenvesting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 882 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
{
"name": "tokenvesting",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markcarey/tokenvesting.git"
},
"author": "Mark Carey",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/markcarey/tokenvesting/issues"
},
"homepage": "https://github.com/markcarey/tokenvesting#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"ethers": "^5.5.2",
"hardhat": "^2.8.0"
},
"dependencies": {
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@superfluid-finance/ethereum-contracts": "^1.0.0-rc.7",
"dotenv": "^10.0.0"
}
}