-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
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
{
"name": "secretbutton",
"version": "1.0.0",
"description": "",
"main": "front/index.ts",
"scripts": {
"test": "npx hardhat test",
"bot": "npx hardhat run scripts/clickbot.ts --network bsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cpecorari/secretbutton.git"
},
"author": "CP3co",
"license": "MIT",
"bugs": {
"url": "https://github.com/cpecorari/secretbutton/issues"
},
"homepage": "https://github.com/cpecorari/secretbutton#readme",
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/hardhat": "^6.1.2",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"colors": "^1.4.0",
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"hardhat": "^2.9.9",
"hardhat-gas-reporter": "^1.0.8",
"mocha": "^10.0.0",
"solidity-coverage": "^0.7.21"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
}
}