16 lines
320 B
JSON
16 lines
320 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": {
|
|
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo.git",
|
|
"mariadb": "^2.0.3"
|
|
}
|
|
}
|