14 lines
260 B
JSON
14 lines
260 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|