{ "name": "daily-notification-ios-test", "version": "1.0.0", "description": "Minimal iOS test app for Daily Notification Plugin", "main": "index.js", "scripts": { "build": "webpack --mode=production", "dev": "webpack serve --mode=development", "ios": "npx cap run ios", "sync": "npx cap sync ios", "open": "npx cap open ios" }, "keywords": ["capacitor", "ios", "notifications", "test"], "author": "Matthew Raymer", "license": "MIT", "dependencies": { "@capacitor/core": "^5.0.0", "@capacitor/ios": "^5.0.0", "@capacitor/cli": "^5.0.0" }, "devDependencies": { "webpack": "^5.88.0", "webpack-cli": "^5.1.0", "webpack-dev-server": "^4.15.0", "html-webpack-plugin": "^5.5.0", "typescript": "^5.0.0", "ts-loader": "^9.4.0" } }