Initial commit

This commit is contained in:
Flummi
2018-09-02 12:07:40 +02:00
commit 47ccf527ee
30 changed files with 1768 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "f0ckv2",
"version": "2.0.0",
"description": "f0ck, kennste?",
"main": "index.mjs",
"scripts": {
"start": "node --experimental-modules src/"
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
"cloudscraper": "^1.5.0",
"file-type": "^9.0.0",
"nodejs-mysql2": "git+https://gitfap.de/Flummi/nodejs-mysql2.git",
"read-chunk": "^3.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"uuid": "^3.3.2",
"winston": "^2.4.0",
"ytdl-core": "^0.24.0"
}
}