f0ckv2/package.json

17 lines
348 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-09 15:42:59 +00:00
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo.git",
2019-04-25 19:25:38 +00:00
"handlebars": "^4.1.2",
2019-04-23 15:58:25 +00:00
"mariadb": "^2.0.3"
2018-09-02 10:07:40 +00:00
}
}