-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 930 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
32
33
34
35
36
37
38
39
40
41
{
"name": "catalysst",
"version": "1.0.0",
"private": true,
"description": "Supercharge your SST deployments",
"author": "Victor Ndaba",
"license": "ISC",
"packageManager": "[email protected]",
"homepage": "https://github.com/ndaba1/catalysst",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"test": "vitest"
},
"dependencies": {
"@probot/adapter-aws-lambda-serverless": "^4.0.0",
"date-fns": "^4.1.0",
"lodash.merge": "^4.6.2",
"probot": "^13.0.1",
"sst": "3.4.11",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.146",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.0.0",
"nock": "^14.0.0-beta.5",
"smee-client": "^2.0.0",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"engines": {
"node": ">= 18"
},
"type": "module"
}