forked from mage-os/github-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 931 Bytes
/
package.json
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
35
{
"name": "@mage-os/github-actions",
"version": "1.4.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/mage-os/github-actions.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mage-os/github-actions/issues"
},
"homepage": "https://github.com/mage-os/github-actions#readme",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.18.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.62.0",
"esbuild": "^0.19.2",
"eslint": "^8.50.0",
"jest": "^29.5.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}