This commit is contained in:
Kathiravankrish 2024-06-24 10:49:09 +05:30
parent ba6bc32ee6
commit c5fc3d7e52

View File

@ -1,6 +1,6 @@
{ {
"name": "setup-node", "name": "mango-vue",
"version": "4.0.0", "version": "0.1.7",
"private": false, "private": false,
"description": "setup node action", "description": "setup node action",
"main": "lib/setup-node.js", "main": "lib/setup-node.js",
@ -23,7 +23,7 @@
"setup" "setup"
], ],
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@actions/cache": "^3.2.4", "@actions/cache": "^3.2.4",
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
@ -53,5 +53,12 @@
"prettier": "^2.8.4", "prettier": "^2.8.4",
"ts-jest": "^29.1.2", "ts-jest": "^29.1.2",
"typescript": "^5.4.2" "typescript": "^5.4.2"
},
"bugs": {
"url": "https://github.com/actions/setup-node/issues"
},
"homepage": "https://github.com/actions/setup-node#readme",
"directories": {
"doc": "docs"
} }
} }