← back to Shopify Order Bell

package.json

18 lines

{
  "name": "shopify-order-bell",
  "version": "1.0.0",
  "description": "Desktop bell that rings when a new Shopify order arrives — designer-laboratory-sandbox.myshopify.com",
  "main": "main.js",
  "scripts": {
    "start": "electron .",
    "poll": "node poller.js",
    "test-sound": "node -e \"require('./main.js')\"",
    "dev": "electron . --dev"
  },
  "author": "steve@designerwallcoverings.com",
  "license": "MIT",
  "devDependencies": {
    "electron": "^30.5.1"
  }
}