From 4df73bb2f7ba131a3b8c9b9c78f3f09910eb554b Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Wed, 9 Feb 2022 06:58:47 +0000 Subject: [PATCH] Add 'node/package.json' --- node/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 node/package.json 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" + } +}