-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 852 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
{
"name": "signal-bot",
"version": "0.0.1",
"description": "A library for creating bots that interact with the Signal application. Not affiliated with the Signal project or Open Whisper Systems.",
"main": "./src/index.js",
"scripts": {
"docs:build": "jsdoc -c ./docs/jsdoc.json"
},
"homepage": "https://github.com/TapuCosmo/signal-bot#readme",
"bugs": {
"url": "https://github.com/TapuCosmo/signal-bot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/TapuCosmo/signal-bot.git"
},
"keywords": [
"signal",
"bot",
"client"
],
"author": "Vietbao Tran (TapuCosmo)",
"license": "MIT",
"dependencies": {
"dbus-next": "^0.9.1"
},
"devDependencies": {
"docdash": "^1.2.0",
"eslint": "^7.17.0",
"jsdoc": "^3.6.6"
},
"engines": {
"node": ">=14.0.0"
}
}