forked from dsgriffin/opensea-sales-x-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 683 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "opensea-sales-twitter-bot",
"version": "1.0.0",
"description": "Twitter bot tweeting Opensea sales for a given collection",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Griffin (http://github.com/dsgriffin)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsgriffin/opensea-sales-twitter-bot/issues"
},
"homepage": "http://github.com/dsgriffin/opensea-sales-twitter-bot",
"dependencies": {
"axios": "^0.21.1",
"ethers": "^5.3.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"twit": "^2.2.11"
}
}