forked from kiwicom/eslint-config-kiwicom-cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.21 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
{
"name": "@kiwicom/eslint-config-kiwicom-cypress",
"version": "0.0.7",
"description": "ESLint configuration for Cypress at Kiwi.com",
"keywords": [
"eslint",
"eslintconfig"
],
"homepage": "https://github.com/kiwicom/eslint-config-kiwicom-cypress#readme",
"bugs": {
"url": "https://github.com/kiwicom/eslint-config-kiwicom-cypress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiwicom/eslint-config-kiwicom-cypress.git"
},
"license": "MIT",
"author": "[email protected]",
"scripts": {
"lint": "eslint ."
},
"main": "index.js",
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-spellcheck": "0.0.11",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-flowtype": "^3.11.1"
},
"peerDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-spellcheck": "0.0.11",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-flowtype": "^3.11.1"
}
}