-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 833 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
{
"name": "cypress-upload-file",
"version": "1.0.6",
"description": "easy upload any file using cypress",
"main": "app.js",
"scripts": {
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet"
},
"devDependencies": {
"cypress": "^5.5.0",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-import": "^2.22.1",
"prettier": "^2.1.2"
},
"repository": {
"type": "git",
"url": "https://https://github.com/CaiqueCoelho/cypress-upload-file"
},
"keywords": [
"cypress",
"upload",
"file"
],
"bugs": {
"url": "https://github.com/CaiqueCoelho/cypress-upload-file/issues"
},
"homepage": "https://github.com/CaiqueCoelho/cypress-upload-file#readme",
"author": "Caique Coelho",
"license": "MIT"
}