-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 786 Bytes
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": "wafflemaker2",
"version": "1.0.0",
"description": "Posts a Discord message to the specified Bluesky account once it gets enough of the specified reaction.",
"keywords": [
"discord",
"bluesky",
"bot"
],
"homepage": "https://github.com/IdfbAn/wafflemaker2#readme",
"bugs": {
"url": "https://github.com/IdfbAn/wafflemaker2/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IdfbAn/wafflemaker2.git"
},
"license": "MIT",
"author": "AnIDFB",
"type": "module",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@atproto/api": "^0.15.15",
"discord.js": "^14.20.0",
"dotenv": "^16.5.0",
"multiformats": "^13.4.1"
}
}