-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 738 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 738 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
{
"name": "first-sst-app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"remove": "sst remove",
"console": "sst console",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"constructs": "10.2.69",
"sst": "2.25.5",
"typescript": "^5.2.2"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.409.0",
"@babel/preset-typescript": "^7.22.15",
"@trpc/server": "^10.38.1",
"aws-cdk-lib": "2.95.1",
"babel-core": "^6.26.3",
"electrodb": "^2.9.1",
"kuuid": "^1.0.1",
"proxy-agent": "^6.3.1"
}
}