You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
835 B
29 lines
835 B
{
|
|
"name": "daily-notification-android-test",
|
|
"version": "1.0.0",
|
|
"description": "Minimal Android test app for Daily Notification Plugin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"dev": "webpack serve --mode=development",
|
|
"android": "npx cap run android",
|
|
"sync": "npx cap sync android",
|
|
"open": "npx cap open android"
|
|
},
|
|
"keywords": ["capacitor", "android", "notifications", "test"],
|
|
"author": "Matthew Raymer",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@capacitor/core": "^5.0.0",
|
|
"@capacitor/android": "^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"
|
|
}
|
|
}
|