-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 961 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 961 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
32
33
34
{
"name": "backer",
"version": "0.0.1",
"description": "Build a community of backers",
"main": "index.js",
"dependencies": {
"@alch/alchemy-web3": "^1.1.8",
"@openzeppelin/contracts": "^4.3.3",
"@openzeppelin/contracts-upgradeable": "^4.3.3",
"@superfluid-finance/ethereum-contracts": "^1.0.0-rc.7",
"@unlock-protocol/contracts": "0.0.1",
"dotenv": "^10.0.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markcarey/backer.git"
},
"author": "Mark Carey",
"license": "MIT",
"bugs": {
"url": "https://github.com/markcarey/backer/issues"
},
"homepage": "https://github.com/markcarey/backer#readme"
}