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.
28 lines
790 B
28 lines
790 B
{
|
|
"name": "daily-notification-electron-test",
|
|
"version": "1.0.0",
|
|
"description": "Minimal Electron test app for Daily Notification Plugin",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dev": "electron . --dev",
|
|
"build": "webpack --mode=production",
|
|
"build-web": "webpack --mode=production",
|
|
"electron": "npm run build-web && electron ."
|
|
},
|
|
"keywords": ["capacitor", "electron", "notifications", "test"],
|
|
"author": "Matthew Raymer",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@capacitor/core": "^5.0.0",
|
|
"@capacitor/cli": "^5.0.0",
|
|
"electron": "^25.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.88.0",
|
|
"webpack-cli": "^5.1.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"typescript": "^5.0.0",
|
|
"ts-loader": "^9.4.0"
|
|
}
|
|
}
|
|
|