-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 954 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
31
32
33
34
35
36
37
38
39
40
{
"name": "graim",
"version": "1.2.3",
"author": "luphoria",
"license": "Apache-2.0",
"description": "matrix <=> discord moderation with the power of matrix-appservice-discord",
"repository": {
"type": "git",
"url": "git+/~https://github.com/luphoria/graim.git"
},
"bugs": {
"url": "/~https://github.com/luphoria/graim/issues"
},
"homepage": "https://gra.im",
"keywords": [
"matrix",
"bot",
"discord",
"matrix-appservice-discord",
"graim"
],
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"lint": "tslint --project ./tsconfig.json -t stylish",
"start:dev": "npm run build && node lib/index.js"
},
"dependencies": {
"config": "^3.3.6",
"discord.js": "^13.6.0",
"escape-html": "^1.0.3",
"js-yaml": "^4.1.0",
"matrix-bot-sdk": "^0.6.0-beta.4"
},
"devDependencies": {
"@types/node": "^14.18.5",
"tslint": "^6.1.3",
"typescript": "^4.5.4"
}
}