Add 'node/package.json'
This commit is contained in:
parent
761281e1dc
commit
4df73bb2f7
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue