-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.16.0",
"source-map-loader": "^4.0.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.2",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.4.5"
},
"name": "optimistic-rollup",
"description": "This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "webpack --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ivan-Ivanitskiy/optimistic-rollup.git"
},
"author": "Ivan Ivanitskiy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ivan-Ivanitskiy/optimistic-rollup/issues"
},
"homepage": "https://github.com/Ivan-Ivanitskiy/optimistic-rollup#readme"
}