Install dependencies

main
kst 2024-04-07 18:12:06 +02:00
parent c4207e5755
commit 57d0dc7ede
4 changed files with 5208 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
*~

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v20

5189
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "atbot-matrix",
"version": "1.0.0",
"description": "Checkinator bot for matrix",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kst",
"license": "GPL-3.0-or-later",
"dependencies": {
"args": "^5.0.3",
"matrix-react-sdk": "^3.96.1",
"toml": "^3.0.0"
}
}