cuffeo/package.json

32 lines
667 B
JSON

{
"name": "cuffeo",
"version": "2.0.0",
"description": "A multi-protocol chatbot library with nearly zero dependencies.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "node src/test.mjs"
},
"repository": {
"type": "git",
"url": "gitea@git.lat:keinBot/cuffeo.git"
},
"keywords": [
"cuffeo",
"irc",
"telegram",
"slack"
],
"author": "Flummi & jkhsjdhjs",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://git.lat/keinBot/cuffeo/issues"
},
"homepage": "https://git.lat/keinBot/cuffeo",
"devDependencies": {
"@types/node": "^22.13.10",
"typescript": "^5.8.2"
}
}