-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "atlantis-alpha",
"version": "1.0.0",
"main": "README.md",
"repository": "https://github.com/Nicca42/atlantis-alpha.git",
"author": "Veronica <hello@vee.dev> <@vonnie610>",
"license": "MIT",
"private": false,
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
"cover": "hardhat coverage",
"clean": "rm -rf artifacts && rm -rf cache",
"deploy:local": "hardhat run scripts/sample-script.js --network localhost",
"remix": "remixd -s /Users/veronicac/Desktop/projects/freelance/atlantis-alpha --remix-ide https://remix.ethereum.org"
},
"dependencies": {
"@openzeppelin/contracts": "4.3.2",
"@remix-project/remixd": "0.5.2",
"dotenv": "10.0.0",
"ethers": "5.4.7",
"hardhat": "2.6.4"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-waffle": "2.0.1",
"chai": "4.3.4",
"ethereum-waffle": "3.4.0",
"hardhat-contract-sizer": "2.1.0",
"hardhat-docgen": "1.1.2",
"hardhat-gas-reporter": "1.0.4",
"solidity-coverage": "0.7.17"
}
}