-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 815 Bytes
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
{
"name": "eslint-plugin-react-native-enforce-testid",
"version": "2.0.1",
"description": "ESLint plugin to enforce testIDs on React Native Components",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eslint",
"react-native",
"testid"
],
"author": "Faraz Khan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/frzkn/eslint-plugin-react-native-enforce-testid.git"
},
"bugs": {
"url": "https://github.com/frzkn/eslint-plugin-react-native-enforce-testid/issues"
},
"homepage": "https://github.com/frzkn/eslint-plugin-react-native-enforce-testid#readme",
"dependencies": {
"@babel/parser": "^7.22.5",
"babel-eslint": "^10.1.0",
"eslint": "^8.43.0"
}
}