-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1016 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
36
37
38
39
40
{
"name": "bluesky-feed-generator",
"version": "0.1.0",
"bin": {
"bluesky-feed-generator": "bin/bluesky-feed-generator.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.119",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/ws": "^8.5.5",
"aws-cdk": "2.86.0",
"esbuild": "^0.18.10",
"express": "^4.18.2",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
},
"dependencies": {
"@atproto/api": "^0.3.13",
"@atproto/did-resolver": "^0.1.0",
"@atproto/lexicon": "^0.1.0",
"@atproto/repo": "^0.1.0",
"@atproto/xrpc-server": "^0.2.0",
"@aws-sdk/client-rds-data": "^3.363.0",
"@aws-sdk/client-secrets-manager": "^3.363.0",
"@types/express": "^4.17.17",
"aws-cdk-lib": "2.86.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21",
"ws": "^8.13.0"
}
}