summaryrefslogtreecommitdiff
path: root/Homework/cs5260/package.json
blob: 5656a11e0943e62c81c4cebed330b65ad213c93c (plain) (blame)
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
{
  "name": "consume",
  "module": "index.ts",
  "type": "module",
  "devDependencies": {
    "bun-types": "latest",
    "json-schema-to-typescript": "^13.1.1",
    "@types/minimist": "^1.2.4",
    "@oclif/plugin-plugins": "^3.5.0",
    "jszip": "^3.10.1",
    "oclif": "^3.6.5",
    "prettier": "^2.8.2"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.431.0",
    "@aws-sdk/client-s3": "^3.431.0",
    "@aws-sdk/client-sqs": "^3.441.0",
    "aws4fetch": "^1.0.17",
    "minimist": "^1.2.8",
    "zod": "^3.22.4"
  },
  "scripts": {
    "build-layer": "bun run widgetrequesthandler/scripts/build-layer.ts",
    "publish-layer": "bun run widgetrequesthandler/scripts/publish-layer.ts",
    "publish-lambda": "./publish_lambda.sh"
  }
}