Files
github-actions-magento2/package.json
T
2023-04-25 11:02:13 -04:00

36 lines
977 B
JSON

{
"name": "@graycore/github-actions-magento",
"version": "1.3.0",
"description": "Github Actions for Magento 2",
"scripts": {
"test": "cd supported-version && npm run test && cd -",
"release": "standard-version"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/graycoreio/github-actions-magento2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/graycoreio/github-actions-magento2/issues"
},
"homepage": "https://github.com/graycoreio/github-actions-magento2#readme",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"esbuild": "^0.17.18",
"eslint": "^8.39.0",
"jest": "^29.5.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}