UNPKG

@nornagon/electron-winstore-auto-launch

Version:

Configure your Electron to start automatically when the user logs in Edit

41 lines (40 loc) 1.07 kB
{ "name": "@nornagon/electron-winstore-auto-launch", "version": "1.1.2-alpha.0", "description": "Configure your Electron to start automatically when the user logs in Edit", "main": "lib/index.js", "types": "lib/index.d.ts", "optionalDependencies": { "@nodert-win10-au/windows.applicationmodel": "^0.4.1" }, "scripts": { "build": "tsc -p .", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/felixrieseberg/electron-winstore-auto-launch.git" }, "keywords": [ "windows", "winrt", "nodert", "winstore", "store", "autolaunch", "launch", "login", "electron", "nw" ], "author": "Felix Rieseberg <felix@felix.fun> (https://felixrieseberg.com)", "license": "MIT", "bugs": { "url": "https://github.com/felixrieseberg/electron-winstore-auto-launch/issues" }, "homepage": "https://github.com/felixrieseberg/electron-winstore-auto-launch#readme", "devDependencies": { "@types/node": "^8.0.17", "typescript": "^3.3.1" } }