Files
n8n-mobile/package.json
T
2026-05-20 16:44:24 +02:00

19 lines
364 B
JSON

{
"name": "n8n",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~54.0.33",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5"
},
"private": true
}