-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 KB
/
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
{
"name": "midsomermurderplots",
"version": "4.0.0",
"license": "GPL-3.0",
"description": "Matthew's bots",
"type": "module",
"main": "bot.js",
"scripts": {
"test": "eslint .",
"deploy": "serverless deploy"
},
"bin": {
"midsomerplot": "./bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewberryman/midsomerplots.git"
},
"author": "Matthew Berryman",
"bugs": {
"url": "https://github.com/matthewberryman/midsomerplots/issues"
},
"homepage": "https://github.com/matthewberryman/midsomerplots",
"dependencies": {
"@aashutoshrathi/word-wrap": "^1.2.6",
"@atproto/api": "^0.13.18",
"@aws-sdk/client-secrets-manager": "^3.699.0",
"JaneAustenQuotes": "github:matthewberryman/JaneAustenQuotes#ea56d2d0c98c220fc2ca2cd2432f81caad973af3",
"megalodon": "^10.0.7",
"midsomerplots-content": "github:matthewberryman/midsomerplots-content#967fa78e4700a33428b2f194ccc57d7b3b03a135"
},
"devDependencies": {
"eslint": "^9.15.0",
"serverless": "^3.39.0",
"serverless-prune-plugin": "^2.1.0"
}
}