We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c886cb commit 4f23c33Copy full SHA for 4f23c33
demos/example-electron-node/package.json
@@ -3,10 +3,13 @@
3
"version": "1.0.0",
4
"description": "",
5
"keywords": [],
6
- "author": "",
7
- "license": "ISC",
8
"packageManager": "[email protected]",
9
"main": ".webpack/main",
+ "private": true,
+ "author": {
10
+ "name": "PowerSync"
11
+ },
12
+ "license": "MIT",
13
"scripts": {
14
"start": "electron-forge start",
15
"package": "electron-forge package",
0 commit comments