forked from Linear-finance/linear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "linear-finance-contracts",
"version": "0.0.1",
"description": "Smart contracts for the Linear platform",
"scripts": {
"format": "prettier --write .",
"compile": "hardhat compile",
"test": "hardhat test"
},
"author": "Linear Finance <info@linear.finance>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Linear-finance/linear"
},
"dependencies": {},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^3.1.0",
"@openzeppelin/contracts-upgradeable": "^3.3.0",
"@openzeppelin/hardhat-upgrades": "^1.7.0",
"@types/big.js": "^6.0.2",
"@types/chai": "^4.2.14",
"@types/luxon": "^1.25.0",
"@types/mocha": "^8.0.4",
"big.js": "^6.0.3",
"chai": "^4.2.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"hardhat": "^2.2.1",
"luxon": "^1.25.0",
"mocha": "^8.2.1",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.1",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
}
}