Add package.json and yarn.lock
This commit is contained in:
parent
68bb6421aa
commit
b69c8d831c
13
package.json
Normal file
13
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue