forked from ppremk/lfs-warning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
39
40
41
42
43
44
45
46
{
"name": "lfs-warning",
"version": "3.1.0",
"description": "LFS Warning GitHub Action",
"main": "dist/index.js",
"scripts": {
"lint": "gts lint",
"package": "ncc build src/index.ts",
"test": "eslint index.js && jest",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ppremk/lfs-warning.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "ppremk",
"license": "MIT",
"bugs": {
"url": "https://github.com/ppremk/lfs-warning/issues"
},
"homepage": "https://github.com/ppremk/lfs-warning#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"micromatch": "^4.0.5"
},
"devDependencies": {
"@types/micromatch": "^4.0.6",
"@types/node": "^20.10.4",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.55.0",
"gts": "^5.2.0",
"jest": "^29.7.0",
"typescript": "^5.3.3"
}
}