Skip to content
Snippets Groups Projects
package.json 1.3 KiB
Newer Older
  • Learn to ignore specific revisions
  • Bye's avatar
    Bye committed
    {
    
    Bye's avatar
    Bye committed
      "name": "waves",
    
    Bye's avatar
    Bye committed
      "version": "3.0.0-prealpha",
    
    Bye's avatar
    Bye committed
      "description": "Play internet radio!",
    
    Bye's avatar
    Bye committed
      "private": true,
    
    Bye's avatar
    Bye committed
      "main": "main.js",
      "license": "UNLICENSED",
      "author": "Bye <bye@byecorps.com>",
    
    Bye's avatar
    Bye committed
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
    
    Bye's avatar
    Bye committed
        "start": "electron-forge start",
        "electron_start": "ELECTRON_ENABLE_LOGGING=1 electron .",
        "build": "webpack --config webpack.config.prod.js",
        "package": "electron-forge package",
    
    Bye's avatar
    Bye committed
        "make": "electron-forge make",
        "publish": "electron-forge publish"
    
    Bye's avatar
    Bye committed
      },
      "devDependencies": {
    
    Bye's avatar
    Bye committed
    Bye's avatar
    Bye committed
    Bye's avatar
    Bye committed
      }
    }