-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"name": "hackhathon-multisender",
"version": "1.0.0",
"description": "A tool for multisending crypto",
"main": "index.js",
"scripts": {
"start": "parcel serve index.html --no-cache --open",
"build": "parcel build index.html --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/divesresearch/multisender.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/divesresearch/multisender/issues"
},
"homepage": "https://github.com/divesresearch/multisender#readme",
"devDependencies": {
"eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2",
"parcel": "^2.8.3",
"process": "^0.11.10"
},
"dependencies": {
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}