-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
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
34
35
36
37
38
{
"name": "git-lfs.natsuneko.moe",
"version": "1.0.0",
"description": "Git LFS Proxy on Vercel Serverless Function",
"main": "index.js",
"repository": "https://github.com/natsuneko-laboratory/git-lfs-proxy.git",
"author": "Natsune Mochizuki",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc",
"eslint": "eslint",
"prettier": "prettier"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vercel/node": "^1.13.0",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
"vercel": "^24.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.53.1",
"@aws-sdk/s3-request-presigner": "^3.53.1",
"@octokit/auth-token": "^3.0.2",
"@octokit/rest": "^18.12.0",
"ajv": "^8.10.0"
},
"volta": {
"node": "18.18.0"
}
}