Add package.json and yarn.lock

This commit is contained in:
Nikhil Nawgiri 2024-08-25 00:45:18 +02:00
parent 68bb6421aa
commit b69c8d831c
2 changed files with 1252 additions and 0 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "fetch-matrix-access-token",
"version": "1.0.0",
"main": "index.js",
"author": "Nikhil Nawgiri <the@realest.ninja>",
"license": "MIT",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"matrix-bot-sdk": "^0.7.1"
}
}

1239
yarn.lock Normal file

File diff suppressed because it is too large Load diff