-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 949 Bytes
/
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
{
"name": "iris",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "cd frontend && npm run build && cd ../ && firebase deploy",
"full-deploy": "hardhat full-deploy"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "4.5.0",
"dotenv": "^16.0.0",
"esm": "^3.2.25",
"hardhat": "2.7.0",
"nft.storage": "^5.2.3"
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^5.0.0",
"@types/glob": "^7.2.0",
"@types/node": "^17.0.22",
"ethers": "^5.5.4",
"glob": "^7.2.0",
"ts-generator": "^0.1.1",
"ts-node": "^10.7.0",
"typechain": "^7.0.1",
"typescript": "^4.6.2"
}
}