-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 862 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
{
"name": "matrix-chat-message",
"version": "0.0.1",
"description": "Send messages to Matrix rooms from a GitHub action",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fadenb/Matrix-Chat-Message.git"
},
"author": "Tristan Helmich",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fadenb/Matrix-Chat-Message/issues"
},
"homepage": "https://github.com/fadenb/Matrix-Chat-Message#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@vercel/ncc": "^0.38.3",
"markdown-it": "^14.1.0",
"matrix-js-sdk": "^35.0.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0"
}
}