forked from Rari-Capital/fuse-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "fuse-contracts",
"version": "1.1.6",
"description": "Smart contracts for Fuse by Rari Capital.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile --all",
"ganache": "node scripts/ganache.js",
"test": "sh scripts/test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Rari-Capital/fuse-contracts.git"
},
"author": {
"name": "David Lucid",
"email": "[email protected]",
"url": "https://github.com/davidlucid"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Rari-Capital/fuse-contracts/issues"
},
"homepage": "https://github.com/Rari-Capital/fuse-contracts#readme",
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.5.0",
"@truffle/hdwallet-provider": "^1.2.6",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "github:Uniswap/uniswap-v3-periphery#pull/96/head",
"dotenv": "^8.2.0",
"ganache-core": "^2.13.2",
"truffle": "^5.3.0"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^3.4.0"
}
}