-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1 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
{
"name": "@natsuneko-laboratory/checkout-lfs",
"version": "1.0.0",
"description": "GitHub Actions for checkout with external (non-GitHub) LFS storage",
"main": "dist/index.js",
"repository": "https://github.com/natsuneko-laboratory/checkout-lfs.git",
"author": "Natsune Mochizuki <me@natsuneko.cat>",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"package": "ncc build -m src/main.ts -o dist --source-map --license LICENSE"
},
"dependencies": {
"@actions/core": "^1.10.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}