forked from zmzimpl/auto-friend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.32 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "auto-friend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"license": "AGPL-version-3.0",
"private": false,
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"keywords": [],
"author": {
"name": "miles",
"email": "[email protected]",
"url": "https://twitter.com/zmzimpl"
},
"contributors": [],
"scripts": {
"test": "mocha --no-warnings --experimental-specifier-resolution=node",
"start": "node --no-warnings --experimental-specifier-resolution=node index.js",
"message": "node --no-warnings --experimental-specifier-resolution=node auto-message.js",
"encrypt": "node --no-warnings --experimental-specifier-resolution=node utils/encrypt.js"
},
"dependencies": {
"axios": "^1.5.0",
"bignumber.js": "^9.1.2",
"chalk": "^5.3.0",
"console-stamp": "^3.1.2",
"ethers": "^6.7.1",
"express": "^4.18.2",
"figlet": "^1.6.0",
"lodash": "^4.17.21",
"log-update": "^5.0.1",
"puppeteer": "^21.2.0",
"puppeteer-core": "^21.2.0",
"readline-sync": "^1.4.10",
"socks-proxy-agent": "^8.0.2",
"viem": "latest",
"wagmi": "latest",
"ws": "^8.14.1"
},
"devDependencies": {
"mocha": "^10.2.0"
}
}