UNPKG

electron-winstore-auto-launch

Version:

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

43 lines (42 loc) 1.15 kB
{ "name": "electron-winstore-auto-launch", "version": "2.0.6", "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.4" }, "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" }, "dependencies": { "@nodert-win10-au/windows.applicationmodel": "^0.4.4" } }