-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 1.15 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
{
"name": "hyperlink",
"version": "0.1.0",
"description": "Hyperlinked Editions",
"main": "index.js",
"scripts": {
"clean": "rimraf ./cache && rimraf ./artifacts && rimraf ./bindings",
"compile": "yarn clean && hardhat compile",
"test": "yarn clean && hardhat test",
"script": "hardhat run",
"prettier": "prettier --write 'contracts/**/*.sol'"
},
"repository": "https://github.com/GlassProtocol/hyperlink.git",
"author": "Sam Sends <[email protected]>",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-upgrades": "^1.10.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.6.1",
"hardhat-gas-reporter": "^1.0.6",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typechain": "^5.1.2",
"typescript": "^4.4.3"
}
}