-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "@wtc/nft-marketplaces-offer-bot",
"version": "2.0.0",
"description": "Automated mass bidding on opensea/looksrare nft collections, with optional filtering by traits",
"main": "src/index.js",
"keywords": [
"opensea",
"looksrare",
"offer-bot",
"bot",
"nft",
"eth"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:What-The-Commit/opensea-offer-bot.git"
},
"bugs": {
"url": "https://github.com/What-The-Commit/opensea-offer-bot/issues"
},
"homepage": "https://github.com/What-The-Commit/opensea-offer-bot#readme",
"author": "Kevin Mauel | tony-stark.eth | What The Commit",
"license": "MIT",
"type": "module",
"engines": {
"node": "v16.17.*"
},
"dependencies": {
"@looksrare/sdk": "0.8.1",
"@truffle/hdwallet-provider": "2.0.14",
"alchemy-sdk": "2.0.3",
"async-sema": "3.1.1",
"dotenv": "16.0.1",
"ethers": "5.7.0",
"inquirer": "9.1.0",
"node-fetch": "3.2.10",
"opensea-js": "4.0.7",
"yargs": "17.5.1"
}
}