Files
github-actions-magento2/supported-version/package.json
T
2022-08-25 14:16:21 -06:00

14 lines
424 B
JSON

{
"name": "@graycore/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"
}