-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 752 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 752 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
{
"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.1019.0",
"@aws-sdk/credential-provider-env": "^3.972.23",
"@aws-sdk/credential-provider-ini": "^3.972.26",
"@aws-sdk/s3-request-presigner": "^3.1019.0",
"express": "^5.2.1"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^22.19.15",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"repository": "git@github.com:msangals/git-lfs-s3-proxy.git"
}