f0ckv2/package.json
2018-09-08 11:21:26 +02:00

20 lines
485 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": {
"node-fetch": "^2.2.0",
"nodejs-mysql2": "git+https://gitfap.de/Flummi/nodejs-mysql2.git",
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo.git",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"winston": "^2.4.0"
}
}