fetch-matrix-access-token/package.json

14 lines
260 B
JSON
Raw Normal View History

2024-08-24 22:45:18 +00:00
{
"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"
}
}