{ "name": "elm-native", "main": "app/app.js", "version": "0.1.0", "private": true, "scripts": { "run:ios": "ns run ios", "debug:ios": "ns debug ios", "build:webpack": "webpack --mode development" }, "dependencies": { "@nativescript/core": "~8.4.0", "@nativescript/imagepicker": "^1.0.9", "@nativescript/theme": "~3.0.2", "elm": "^0.19.1-5", "elm-native-js": "./elm-native-js" }, "devDependencies": { "@nativescript/ios": "8.3.3", "@nativescript/types": "~8.4.0", "@nativescript/webpack": "~5.0.12", "elm-webpack-loader": "^8.0.0", "typescript": "~4.8.4" } }