{ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", "version": "1.18.13", "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 && npm run build:sidecar", "build:rebuild-mountutils": "cd node_modules/mountutils && npm rebuild", "build:sidecar": "npm run build:rebuild-mountutils && tsc --project tsconfig.sidecar.json && pkg build/util/api.js -c pkg-sidecar.json --target node18 --output generated/etcher-util", "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", "lint-staged": "lint-staged", "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 --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 --require-main tests/gui/allow-renderer-process-reuse.ts --full-trace --no-sandbox tests/shared/**/*.ts", "test-macos": "npm run lint && npm run sanity-checks", "test-linux": "npm run lint && npm run sanity-checks", "test-windows": "npm run lint && 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", "prepare": "husky install" }, "husky": { "hooks": { "pre-commit": "npm run lint-staged" } }, "lint-staged": { "./**/*.{ts,tsx}": [ "npm run lint-ts" ], "./**/*.css": [ "npm run lint-css" ] }, "author": "Balena Ltd. ", "license": "Apache-2.0", "devDependencies": { "@babel/register": "^7.22.15", "@balena/lint": "7.2.1", "@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534", "@electron/remote": "^2.0.12", "@fortawesome/fontawesome-free": "6.4.2", "@sentry/electron": "^4.14.0", "@svgr/webpack": "8.1.0", "@types/chai": "4.3.9", "@types/copy-webpack-plugin": "6.4.3", "@types/lodash": "^4.14.200", "@types/mime-types": "2.1.3", "@types/mini-css-extract-plugin": "1.4.3", "@types/mocha": "^10.0.3", "@types/node": "^18.18.6", "@types/node-ipc": "9.2.2", "@types/react": "17.0.2", "@types/react-dom": "17.0.2", "@types/semver": "7.5.4", "@types/sinon": "10.0.20", "@types/terser-webpack-plugin": "5.0.4", "@types/tmp": "0.2.5", "analytics-client": "^2.0.1", "axios": "^1.6.0", "chai": "4.3.10", "copy-webpack-plugin": "11.0.0", "css-loader": "5.2.7", "debug": "4.3.4", "electron": "^27.0.1", "electron-builder": "^23.6.0", "electron-mocha": "^12.1.0", "electron-notarize": "1.2.2", "electron-updater": "6.1.4", "esbuild-loader": "4.0.2", "etcher-sdk": "9.0.0", "file-loader": "6.2.0", "husky": "^8.0.3", "i18next": "23.6.0", "immutable": "4.3.4", "lint-staged": "15.0.2", "lodash": "4.17.21", "mini-css-extract-plugin": "1.6.2", "mocha": "^10.2.0", "node-ipc": "9.2.1", "omit-deep-lodash": "1.1.7", "outdent": "0.8.0", "path-is-inside": "1.0.2", "pkg": "^5.8.1", "pnp-webpack-plugin": "1.7.0", "pretty-bytes": "6.1.1", "react": "17.0.2", "react-dom": "17.0.2", "react-i18next": "13.3.0", "redux": "4.2.1", "rendition": "35.1.0", "semver": "7.5.4", "sinon": "17.0.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.6.2", "typescript": "4.4.4", "url-loader": "4.1.1", "uuid": "9.0.1", "webpack": "5.75.0", "webpack-cli": "4.10.0", "webpack-dev-server": "4.11.1" }, "engines": { "node": ">=18 <20" }, "versionist": { "publishedAt": "2023-10-16T13:32:27.552Z" } }