-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 986 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
37
38
39
{
"name": "react-native-eject",
"version": "1.0.2",
"description": "Single command to eject a React Native app",
"main": "dist/eject.js",
"types": "dist/eject.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/ramyareye/react-native-eject.git"
},
"keywords": [
"react-native",
"react-native-eject",
"android",
"ios"
],
"homepage": "https://github.com/ramyareye/react-native-eject",
"author": {
"name": "Reza Babaei",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@react-native-community/cli": "^15.0.0",
"@types/node": "^22.7.9",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"semver": "^7.6.3",
"typescript": "5.1.6"
}
}