-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "dev-client-mac-tools",
"version": "0.1.9",
"description": "Expo Config Plugin to add a Dev Tools Menu on the Mac",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"author": "Max von Webel <max@343max.de> (https://github.com/343max)",
"license": "MIT",
"homepage": "https://github.com/343max/dev-client-mac-tools",
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^9.6.0",
"eslint-plugin-no-type-assertion": "^1.3.0",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.18",
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}