2017-03-15 15:52:22 +01:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2018-07-02 15:43:16 +02:00
|
|
|
"bitcoin-core": "^2.0.0",
|
|
|
|
"config": "^1.30.0",
|
|
|
|
"twit": "^2.2.11",
|
|
|
|
"winston": "3",
|
|
|
|
"winston-daily-rotate-file": "^3.2.3"
|
2017-03-15 15:52:22 +01:00
|
|
|
},
|
2018-07-02 15:43:16 +02:00
|
|
|
"name": "lbry-twitter-tipbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A twitter tipbot for LBRY",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "https://github.com/lbryio/twitter-tipbot/",
|
|
|
|
"author": "filipnyquist <filip@lbry.io>",
|
2017-03-15 15:52:22 +01:00
|
|
|
"license": "MIT",
|
2018-07-02 15:43:16 +02:00
|
|
|
"private": false
|
2017-03-15 15:52:22 +01:00
|
|
|
}
|