funny-irc-bot/package.json

19 lines
372 B
JSON
Raw Permalink Normal View History

2025-08-12 18:39:05 +02:00
{
"name": "ircbot",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"irc-framework": "^4.14.0",
"sanitize-html": "^2.17.0",
"simple-youtube-api": "^5.2.1",
"wikijs": "^6.4.1"
}
}