generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
47
{
"name": "github-action-deps-versions-checker",
"author": "Yoanm",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/plugin-rest-endpoint-methods": "^13.2.4"
},
"description": "Github action to check deps versions",
"version": "1.0.0",
"main": "dist/main.js",
"scripts": {
"package": "ncc build --source-map --license LICENSE"
},
"devDependencies": {
"@octokit/openapi-types": "^20.0.0",
"@octokit/types": "^12.6.0",
"@octokit/webhooks-definitions": "^3.67.3",
"@types/node": "^20",
"@typescript-eslint/parser": "^7.4.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^27.9.0",
"typescript": "^5.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoanm/github-action-deps-versions-checker.git"
},
"keywords": [
"actions",
"check",
"dependency"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/yoanm/github-action-deps-versions-checker/issues"
},
"homepage": "https://github.com/yoanm/github-action-deps-versions-checker#readme",
"engines": {
"node": "20"
},
"directories": {
"test": "tests"
}
}