-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 947 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@graycoreio/github-actions-magento2",
"version": "6.0.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.11.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^24.10.4",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"esbuild": "^0.25.12",
"eslint": "^9.39.2",
"jest": "^29.5.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
}
}