Add 'node/package.json'

This commit is contained in:
Sarimoko 2022-02-09 06:58:47 +00:00
parent 761281e1dc
commit 4df73bb2f7
1 changed files with 16 additions and 0 deletions

16
node/package.json Normal file
View File

@ -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"
}
}