-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 821 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "dendrite-admin-interface",
"version": "0.0.1",
"description": "A bot interface for administrating a Dendrite server using the administration api and some database interfacing ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjj333-p/dendrite-admin-interface.git"
},
"keywords": [
"Dendrite",
"Matrix",
"Bot",
"Administration"
],
"author": "jjj333-p",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jjj333-p/dendrite-admin-interface/issues"
},
"homepage": "https://github.com/jjj333-p/dendrite-admin-interface#readme",
"dependencies": {
"js-yaml": "^4.1.0",
"matrix-bot-sdk": "^0.7.1"
},
"type": "module"
}