@launchmenu/launcher
Version:
The installer + launcher of LM
95 lines (94 loc) • 2.77 kB
JSON
{
"name": "@launchmenu/launcher",
"version": "0.1.1",
"description": "The installer + launcher of LM",
"types": "build/index.d.ts",
"main": "build/index.js",
"files": [
"build/**/*"
],
"scripts": {
"build": "lm-build-tools --build --production",
"watch": "lm-build-tools --watch",
"dev": "lm-build-tools --build --watch",
"start:dev": "lm-build-tools --launch",
"clean": "lm-build-tools --cleanup",
"dist": "electron-builder",
"test": "jest -i",
"test-watch": "jest --watch -i",
"test-watch-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch --config=\"jest.config.js\"",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaunchMenu/LaunchMenu.git"
},
"keywords": [
"React",
"LaunchMenu",
"Launcher"
],
"author": "Tar van Krieken",
"license": "MIT",
"bugs": {
"url": "https://github.com/LaunchMenu/LaunchMenu/issues"
},
"homepage": "https://github.com/LaunchMenu/LaunchMenu#readme",
"build": {
"appId": "com.electron.launchmenu",
"productName": "LaunchMenu",
"files": [
"build/**/*"
],
"directories": {
"buildResources": "build",
"output": "dist",
"app": "."
},
"nsis": {
"allowElevation": false,
"allowToChangeInstallationDirectory": true,
"oneClick": false,
"perMachine": true
},
"win": {
"requestedExecutionLevel": "requireAdministrator"
},
"electronVersion": "10.1.2",
"extraResources": [
{
"from": "../../node_modules/regedit/vbs",
"to": "regedit/vbs",
"filter": [
"**/*"
]
}
]
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"npm": "6.14.8",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-spinners": "^0.9.0",
"regedit": "^3.0.3",
"uuid": "^8.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@types/jest": "^26.0.0",
"@types/npm": "^2.0.29",
"@types/react": "^17.0.0",
"concurrently": "^5.2.0",
"electron": "^11.2.1",
"electron-builder": "^22.7.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"typescript": "^4.1.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0feb7746a50d6868e94af855678a91254cd459e6"
}