aboutsummaryrefslogtreecommitdiff
path: root/electron/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'electron/package.json')
-rw-r--r--electron/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/electron/package.json b/electron/package.json
new file mode 100644
index 0000000..577a0eb
--- /dev/null
+++ b/electron/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "lawrence-electron",
+ "version": "1.0.0",
+ "main": "index.js",
+ "license": "MIT",
+ "dependencies": {
+ "electron": "^11.3.0"
+ },
+ "scripts": {
+ "start": "electron ."
+ }
+}