2016-08-09 11:57:44 +00:00
|
|
|
{
|
2016-11-25 09:39:22 +00:00
|
|
|
"name": "f0ck",
|
2017-01-31 11:56:24 +00:00
|
|
|
"version": "0.3.1",
|
2016-08-09 14:58:42 +00:00
|
|
|
"main": "src/main.js",
|
2016-08-23 15:50:30 +00:00
|
|
|
"scripts": {
|
2016-08-31 19:31:59 +00:00
|
|
|
"start": "node ./bot.js"
|
2016-08-23 15:50:30 +00:00
|
|
|
},
|
2016-08-09 11:57:44 +00:00
|
|
|
"dependencies": {
|
2016-09-09 07:52:53 +00:00
|
|
|
"cloudscraper": "^1.4.0",
|
2016-10-20 09:04:32 +00:00
|
|
|
"coffea": "^0.4.28",
|
2016-08-24 22:28:40 +00:00
|
|
|
"du": "^0.1.0",
|
2016-09-12 22:39:21 +00:00
|
|
|
"file-type": "^3.8.0",
|
2016-08-31 19:31:59 +00:00
|
|
|
"forever-monitor": "^1.7.0",
|
2016-08-15 20:05:20 +00:00
|
|
|
"fs-extra": "^0.30.0",
|
2016-08-15 15:25:50 +00:00
|
|
|
"mysql": "^2.11.1",
|
2016-09-12 22:39:21 +00:00
|
|
|
"read-chunk": "^2.0.0",
|
|
|
|
"request": "^2.74.0",
|
2016-08-16 18:51:16 +00:00
|
|
|
"swig": "^1.4.2",
|
2016-08-23 11:23:25 +00:00
|
|
|
"uuid": "^2.0.2",
|
2018-02-09 21:52:48 +00:00
|
|
|
"ytdl-core": "^0.20.1",
|
2016-10-29 04:04:23 +00:00
|
|
|
"safe-eval": "^0.3.0"
|
2016-08-09 11:57:44 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-11-25 09:39:22 +00:00
|
|
|
"url": "git+https://gitfap.de/keinBot/f0ck.git"
|
2016-08-09 11:57:44 +00:00
|
|
|
},
|
|
|
|
"author": "Flummi & jkhsjdhjs",
|
2016-08-09 14:58:42 +00:00
|
|
|
"license": "WTFPL"
|
2016-08-31 20:21:12 +00:00
|
|
|
}
|