Files
github-actions-magento2/supported-version/package.json
T

23 lines
622 B
JSON

{
"name": "@graycoreio/github-actions-magento2-supported-version",
"version": "1.0.0",
"description": "A Github Action that computes the currently supported Github Actions Matrix for Magento 2 Versions",
"main": "index.js",
"private": true,
"scripts": {
"build": "npx esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts",
"test": "jest"
},
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.3"
}
}