cuffeo/package.json
2023-04-23 17:55:53 +02:00

27 lines
558 B
JSON

{
"name": "cuffeo",
"version": "1.2.2",
"description": "A multi-protocol chatbot library with nearly zero dependencies.",
"main": "src/index.mjs",
"scripts": {},
"repository": {
"type": "git",
"url": "gitea@git.lat:keinBot/cuffeo.git"
},
"keywords": [
"cuffeo",
"irc",
"telegram",
"slack"
],
"author": "Flummi & jkhsjdhjs",
"license": "MIT",
"dependencies": {
"flumm-fetch": "^1.0.1"
},
"bugs": {
"url": "https://git.lat/keinBot/cuffeo/issues"
},
"homepage": "https://git.lat/keinBot/cuffeo"
}