-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 923 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
35
{
"name": "superfluid-isa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"build": "npx hardhat compile"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-truffle5": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.15",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.0",
"hardhat": "^2.9.1",
"web3": "^1.7.1"
},
"dependencies": {
"@chainlink/contracts": "^0.4.0",
"@openzeppelin/contracts": "^4.5.0",
"@superfluid-finance/ethereum-contracts": "^1.3.0",
"@superfluid-finance/sdk-core": "^0.3.0",
"@uniswap/v3-core": "^1.0.1",
"dotenv": "^16.0.0",
"graphql": "^16.3.0",
"prb-math": "^1.0.3"
}
}