-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.3 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
{
"name": "expo-stable-diffusion",
"version": "0.2.0",
"description": "Run Stable Diffusion using Core ML on iOS & iPadOS within your Expo & React Native App",
"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",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-stable-diffusion",
"ExpoStableDiffusion"
],
"repository": "https://github.com/andrei-zgirvaci/expo-stable-diffusion",
"bugs": {
"url": "https://github.com/andrei-zgirvaci/expo-stable-diffusion/issues"
},
"author": "andrei-zgirvaci <me@andreizgirvaci.com> (https://github.com/andrei-zgirvaci)",
"license": "MIT",
"homepage": "https://github.com/andrei-zgirvaci/expo-stable-diffusion#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.3.2",
"expo-module-scripts": "^3.5.1",
"expo-modules-core": "^1.12.10"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}