-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 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
{
"name": "local-stack-s3-ssm-sample",
"version": "0.0.1",
"description": "",
"author": "Cuong Le",
"private": true,
"license": "MIT",
"scripts": {
"prebuild": "rimraf ./**/*.js",
"build": "npx tsc ./**/*.ts",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.425.0",
"@aws-sdk/client-ssm": "^3.425.0",
"@aws-sdk/lib-storage": "^3.425.0",
"@aws-sdk/s3-request-presigner": "^3.425.0",
"@aws-sdk/util-stream-node": "^3.374.0",
"@types/node": "^20.8.2",
"axios": "^1.5.1",
"csv": "^6.3.3",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}