-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1006 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
35
36
{
"name": "@dbenfouzari/eslint-plugin-react-native",
"version": "1.1.1",
"main": "lib/index.js",
"license": "MIT",
"description": "Derniercri ESLint plugin for React-Native",
"repository": {
"type": "git",
"url": "git+https://github.com/dbenfouzari/eslint-plugin-react-native.git"
},
"author": "Donovan BENFOUZARI <[email protected]>",
"bugs": {
"url": "https://github.com/dbenfouzari/eslint-plugin-react-native/issues"
},
"homepage": "https://github.com/dbenfouzari/eslint-plugin-react-native#readme",
"scripts": {
"build": "babel --extensions \".ts\" src --out-dir lib --no-comments",
"test": "jest",
"prepare": "yarn build"
},
"keywords": [
"eslint",
"react-native",
"plugin",
"derniercri"
],
"devDependencies": {
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"eslint": "7.31.0",
"jest": "28.1.3",
"typescript": "5.0.4"
}
}