f0ckv2/package.json
2019-04-23 15:58:25 +00:00

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"
}
}