-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 874 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
{
"name": "tea-chalange",
"version": "1.2.7",
"description": "chain explorer API",
"main": "./chainXplorer/chainXplorer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DevJP777/tea-chalange.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevJP777/tea-chalange/issues"
},
"homepage": "https://github.com/DevJP777/tea-chalange",
"source": "https://github.com/DevJP777/tea-chalange.git",
"Source": "https://github.com/DevJP777/tea-chalange.git",
"dependencies": {
"alchemy-sdk": "^3.1.2",
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"mysql": "^2.18.1",
"socket.io-client": "^4.7.4",
"tea-chalange": "^1.1.0",
"tea-comunity-id": "^1.0.1",
"web3": "^4.6.0"
}
}