-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 831 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
{
"name": "soundcloudsaid",
"description": "A bot that posts random comments from SoundCloud.",
"version": "5.0.3",
"type": "module",
"homepage": "https://github.com/matthewmcvickar/soundcloud-comments-bot",
"author": {
"name": "Matthew McVickar",
"email": "matthew@matthewmcvickar.com",
"url": "https://matthewmcvickar.com"
},
"repository": {
"type": "git",
"url": "https://github.com/matthewmcvickar/soundcloud-comments-bot.git"
},
"scripts": {
"post": "node bot.js"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@google-cloud/translate": "^8.5.0",
"@atproto/api": "^0.13.19",
"@keyvhq/core": "^2.1.1",
"keyv": "^5.2.1",
"keyv-file": "^5.0.3",
"masto": "^6.10.1",
"wordfilter": "^0.2.6"
},
"devDependencies": {
"dotenv": "^16.4.7"
}
}