-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
41
42
43
44
45
{
"name": "cryptoaliens",
"version": "1.1.0",
"description": "NFT project.",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile",
"deploy": "hardhat deploy",
"deploy-testnet": "hardhat deploy --network mumbai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thecil/cryptoaliens.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thecil/cryptoaliens/issues"
},
"homepage": "https://github.com/thecil/cryptoaliens#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.10",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.1",
"hardhat-deploy": "^0.9.0",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^9.1.1",
"web3": "^1.5.2"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.1",
"chai-ethers": "^0.0.1",
"dotenv": "^10.0.0"
}
}