-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 1.25 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
{
"name": "walrus-testnet-bot",
"version": "1.0.0",
"type": "module",
"description": "The Walrus Testnet Bot is a powerful tool designed for interacting with SUI Testnet networks. This bot automates transaction processes, enabling users to perform actions such as Swapping between SUI to WAL interactions seamlessly and daily making it an ideal solution for you to do your Walrus Testnet airdrop.",
"main": "index.js",
"scripts": {
"start": "node start.js",
"setup": "node setup.js",
"dev": "node index.js",
"build": "rm -rf app && javascript-obfuscator --config build-config.json",
"test": "node test.js"
},
"keywords": [
"testnet-bot",
"sui-testnet-bot",
"walrus-testnet-bot",
"walrus-bot",
"walrus-protocol",
"widiskel",
"skel-drop-huunt"
],
"author": "Widiskel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Widiskel/walrus-testnet-bot.git"
},
"dependencies": {
"@mysten/sui": "^1.13.0",
"bip39": "^3.1.0",
"blessed": "^0.1.81",
"https-proxy-agent": "^7.0.5",
"input": "^1.0.1",
"moment-timezone": "^0.5.45",
"node-fetch": "^3.3.2",
"socks-proxy-agent": "^8.0.4",
"twisters": "^1.1.0",
"winston": "^3.13.0"
}
}