forked from f0ck/f0ckv2
23 lines
534 B
JSON
23 lines
534 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|