-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 891 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
{
"name": "sauce-labs-storage-action",
"version": "2.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest __tests__ --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ALJAZEERAPLUS/sauce-labs-storage-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ALJAZEERAPLUS/sauce-labs-storage-action/issues"
},
"homepage": "https://github.com/ALJAZEERAPLUS/sauce-labs-storage-action#readme",
"dependencies": {
"@actions/core": "1.10.1",
"axios": "1.7.2",
"form-data": "4.0.0"
},
"devDependencies": {
"eslint": "8.48.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
"jest-mock-axios": "4.7.3",
"jest-sonar-reporter": "^2.0.0"
}
}