diff --git a/node/package.json b/node/package.json new file mode 100644 index 0000000..82027c1 --- /dev/null +++ b/node/package.json @@ -0,0 +1,16 @@ +{ + "name": "Sariboto", + "version": "1.0.0", + "description": "", + "main": "start.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "Sarimoko", + "license": "ISC", + "dependencies": { + "dotenv": "^10.0.0", + "tmi.js": "^1.5.0" + } +}