-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 883 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
{
"name": "git-lfs-s3-proxy",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/proxy.js",
"build": "tsc"
},
"keywords": [],
"license": "ISC",
"author": "marcel.sangals",
"dependencies": {
"@aws-sdk/client-s3": "^3.485.0",
"@aws-sdk/credential-provider-node": "^3.600.0",
"@aws-sdk/s3-presigned-post": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.600.0",
"@types/node": "^20.14.3",
"aws-sdk": "^2.1645.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"node-fetch": "^3.3.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"ts-node": "^10.9.2"
},
"repository": "[email protected]:msangals/git-lfs-s3-proxy.git"
}