Files
f0bm/package.json
Flummi 0d39f68990 soos
2018-09-09 17:42:59 +02:00

18 lines
419 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",
"node-fetch": "^2.2.0",
"nodejs-mysql2": "git+https://gitfap.de/Flummi/nodejs-mysql2.git",
"winston": "^2.4.0"
}
}