f0ckv2/package.json

20 lines
485 B
JSON
Raw Normal View History

2018-09-02 10:07:40 +00:00
{
"name": "f0ckv2",
"version": "2.0.0",
"description": "f0ck, kennste?",
"main": "index.mjs",
"scripts": {
"start": "node --experimental-modules src/"
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
2018-09-02 16:17:30 +00:00
"node-fetch": "^2.2.0",
2018-09-02 10:07:40 +00:00
"nodejs-mysql2": "git+https://gitfap.de/Flummi/nodejs-mysql2.git",
2018-09-08 09:21:26 +00:00
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo.git",
2018-09-02 10:07:40 +00:00
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
2018-09-02 16:17:30 +00:00
"winston": "^2.4.0"
2018-09-02 10:07:40 +00:00
}
}