{ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", "version": "1.18.12", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", "productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.", "homepage": "https://github.com/balena-io/etcher", "repository": { "type": "git", "url": "git@github.com:balena-io/etcher.git" }, "scripts": { "build": "npm run webpack", "flowzone-preinstall-linux": "sudo apt-get update && sudo apt-get install -y xvfb libudev-dev && cat < electron-builder.yml | yq e .deb.depends[] - | xargs -L1 echo | sed 's/|//g' | xargs -L1 sudo apt-get --ignore-missing install || true", "flowzone-preinstall-macos": "true", "flowzone-preinstall-windows": "npx node-gyp install", "flowzone-preinstall": "npm run flowzone-preinstall-linux", "lint-css": "prettier --write lib/**/*.css", "lint-ts": "balena-lint --fix --typescript typings lib tests scripts/clean-shrinkwrap.ts webpack.config.ts", "lint": "npm run lint-ts && npm run lint-css", "postinstall": "electron-rebuild -t prod,dev,optional", "sanity-checks": "bash scripts/ci/ensure-all-file-extensions-in-gitattributes.sh", "start": "./node_modules/.bin/electron .", "test-gui": "electron-mocha --recursive --reporter spec --window-config tests/gui/window-config.json --require ts-node/register/transpile-only --require-main tests/gui/allow-renderer-process-reuse.ts --full-trace --no-sandbox --renderer tests/gui/**/*.ts", "test-shared": "electron-mocha --recursive --reporter spec --require ts-node/register/transpile-only --require-main tests/gui/allow-renderer-process-reuse.ts --full-trace --no-sandbox tests/shared/**/*.ts", "test-macos": "npm run lint && npm run test-gui && npm run test-shared && npm run sanity-checks", "test-linux": "npm run lint && xvfb-run --auto-servernum npm run test-gui && xvfb-run --auto-servernum npm run test-shared && npm run sanity-checks", "test-windows": "npm run lint && npm run test-gui && npm run test-shared && npm run sanity-checks", "test": "echo npm run test-{linux,windows,macos}", "watch": "webpack serve --no-optimization-minimize --config ./webpack.dev.config.ts", "webpack": "webpack" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "./**/*.{ts,tsx}": [ "npm run lint-ts" ], "./**/*.css": [ "npm run lint-css" ] }, "author": "Balena Ltd. ", "license": "Apache-2.0", "devDependencies": { "@balena/lint": "5.4.2", "@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534", "@electron/remote": "^2.0.9", "@fortawesome/fontawesome-free": "5.15.4", "@sentry/electron": "^4.1.2", "@svgr/webpack": "5.5.0", "@types/chai": "4.3.4", "@types/copy-webpack-plugin": "6.4.3", "@types/mime-types": "2.1.1", "@types/mini-css-extract-plugin": "1.4.3", "@types/mocha": "^9.1.1", "@types/node": "^16.18.12", "@types/node-ipc": "9.2.0", "@types/react": "16.14.34", "@types/react-dom": "16.9.17", "@types/semver": "7.3.13", "@types/sinon": "9.0.11", "@types/terser-webpack-plugin": "5.0.4", "@types/tmp": "0.2.3", "@types/webpack-node-externals": "2.5.3", "analytics-client": "^2.0.1", "axios": "^0.27.2", "chai": "4.3.7", "copy-webpack-plugin": "7.0.0", "css-loader": "5.2.7", "d3": "4.13.0", "debug": "4.3.4", "electron": "^19.1.9", "electron-builder": "^23.6.0", "electron-mocha": "^11.0.2", "electron-notarize": "1.2.2", "electron-rebuild": "^3.2.9", "electron-updater": "5.3.0", "esbuild-loader": "2.20.0", "etcher-sdk": "8.3.1", "file-loader": "6.2.0", "husky": "4.3.8", "i18next": "21.10.0", "immutable": "3.8.2", "lint-staged": "10.5.4", "lodash": "4.17.21", "mini-css-extract-plugin": "1.6.2", "mocha": "^9.1.1", "native-addon-loader": "2.0.1", "node-ipc": "9.2.1", "omit-deep-lodash": "1.1.7", "outdent": "0.8.0", "path-is-inside": "1.0.2", "pnp-webpack-plugin": "1.7.0", "pretty-bytes": "5.6.0", "react": "16.8.5", "react-dom": "16.8.5", "react-i18next": "11.18.6", "redux": "4.2.0", "rendition": "19.3.2", "semver": "7.3.8", "simple-progress-webpack-plugin": "1.1.2", "sinon": "9.2.4", "string-replace-loader": "3.1.0", "style-loader": "2.0.0", "styled-components": "5.3.6", "sys-class-rgb-led": "3.0.1", "terser-webpack-plugin": "5.3.6", "ts-loader": "8.4.0", "ts-node": "9.1.1", "tslib": "2.4.1", "typescript": "4.4.4", "url-loader": "4.1.1", "uuid": "8.3.2", "webpack": "5.75.0", "webpack-cli": "4.10.0", "webpack-dev-server": "4.11.1" }, "engines": { "node": ">=16" }, "versionist": { "publishedAt": "2023-07-19T10:24:23.055Z" } }