summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index ccdf53f..6b2b613 100644
--- a/package.json
+++ b/package.json
@@ -2,10 +2,10 @@
"name": "sneedbay",
"version": "1.0.0",
"description": "Piratebay indexing tool",
- "main": "app.js",
+ "main": "launch.js",
"scripts": {
"start": "electron launch.js",
- "dev": "nodemon app.js"
+ "dev": "node app.js"
},
"keywords": [
"piratebay",
@@ -22,7 +22,6 @@
"express": "^4.18.2"
},
"devDependencies": {
- "electron": "^21.2.0",
- "nodemon": "^2.0.20"
+ "electron": "^21.2.0"
}
-}
+} \ No newline at end of file