17 lines
348 B
JSON
17 lines
348 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",
|
|
"handlebars": "^4.1.2",
|
|
"mariadb": "^2.0.3"
|
|
}
|
|
}
|