-
-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
48 lines (48 loc) · 1.19 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "cypress-file-upload",
"version": "3.5.3",
"description": "A Cypress command for file upload",
"main": "dist/bundle.js",
"engines": {
"node": ">=8.2.1"
},
"scripts": {
"build": "microbundle build -i index.js -f cjs",
"lint": "eslint index.js src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abramenal/cypress-file-upload.git"
},
"keywords": [
"cypress",
"command",
"file",
"upload",
"e2e",
"test"
],
"types": "./index.d.ts",
"author": "abramenal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/abramenal/cypress-file-upload/issues"
},
"homepage": "https://github.com/abramenal/cypress-file-upload#readme",
"devDependencies": {
"eslint": "^6.5.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^3.0.0",
"lint-staged": "^9.4.0",
"microbundle": "^0.11.0",
"prettier": "^1.16.0"
},
"peerDependencies": {
"cypress": "^3.0.0"
},
"dependencies": {}
}