35 lines
750 B
JSON
35 lines
750 B
JSON
{
|
|
"name": "setup-maven",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "setup maven action",
|
|
"main": "lib/setup-maven.js",
|
|
"scripts": {
|
|
"build": "ncc build lib/setup-maven.js --minify"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"maven",
|
|
"setup"
|
|
],
|
|
"author": "stCarolas",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/github": "^1.0.0",
|
|
"@actions/io": "^1.0.0",
|
|
"@actions/tool-cache": "^1.0.0",
|
|
"@vercel/ncc": "^0.28.6",
|
|
"build": "^0.1.4",
|
|
"semver": "^7.3.5",
|
|
"typed-rest-client": "^1.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.4",
|
|
"@types/semver": "^7.3.6",
|
|
"husky": "^2.3.0",
|
|
"prettier": "^2.3.1",
|
|
"typescript": "^3.5.1"
|
|
}
|
|
}
|