electron-blink1-toy
Version:
Play with Electron and node-hid
58 lines (57 loc) • 1.58 kB
JSON
{
"name": "electron-blink1-toy",
"version": "0.7.0",
"description": "Play with Electron and node-hid",
"repository": "todbot/electron-blink1-toy",
"author": "Tod Kurt <todbotdotcom@gmail.com> (https://github.com/todbot)",
"license": "ISC",
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
},
"keywords": [
"hid",
"node-hid",
"blink(1)",
"blink1",
"usb",
"electron"
],
"build": {
"appId": "com.todbot.electron-blink1-toy",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"afterSign": "pkg/notarize.js",
"mac": {
"target": "zip",
"category": "public.app-category.utilities",
"icon": "pkg/icon.icns",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./pkg/entitlements.mac.inherit.plist",
"entitlementsInherit": "./pkg/entitlements.mac.inherit.plist"
},
"win": {
"target": "zip",
"icon": "pkg/icon.ico"
}
},
"dependencies": {
"bootstrap": "^4.6.0",
"node-blink1": "^0.5.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"source-map-support": "^0.5.19",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"electron": "11.4.12",
"electron-builder": "^22.4.1",
"electron-notarize": "^1.1.0",
"electron-webpack": "^2.8.2",
"webpack": "~4.42.1"
}
}