-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 633 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "action-update-engine-version",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/luxtorpeda-dev/action-update-engine-version.git"
},
"author": "d10sfan",
"bugs": {
"url": "https://github.com/luxtorpeda-dev/action-update-engine-version/issues"
},
"homepage": "https://github.com/luxtorpeda-dev/action-update-engine-version#readme",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.1.0",
"@vercel/ncc": "^0.38.4",
"axios": "^1.15.1",
"octokit": "^5.0.5"
}
}