-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 958 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
36
37
{
"name": "web3-transaction-simulator",
"version": "1.0.0",
"description": "Simulate a transaction on the current state of the mainnet and view the outcomes (compatible with MetaMask)",
"scripts": {
"start": "accelerated-hardhat node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarioPoneder/Web3-transaction-simulator.git"
},
"keywords": [
"simulator",
"ethereum",
"transaction",
"web3",
"metamask",
"mainnet",
"hardhat",
"mainnet-fork"
],
"author": {
"name": "Mario Poneder",
"url": "https://github.com/MarioPoneder"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MarioPoneder/Web3-transaction-simulator/issues"
},
"homepage": "https://github.com/MarioPoneder/Web3-transaction-simulator#readme",
"dependencies": {
"dotenv": "^16.0.3",
"accelerated-hardhat": "^2.12.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}