{ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", "version": "1.5.102", "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", "gypfile": true, "repository": { "type": "git", "url": "git@github.com:balena-io/etcher.git" }, "scripts": { "test": "make lint test sanity-checks", "start": "./node_modules/.bin/electron .", "postshrinkwrap": "ts-node ./scripts/clean-shrinkwrap.ts", "configure": "node-gyp configure", "build": "node-gyp build", "install": "node-gyp rebuild", "webpack": "webpack", "watch": "webpack --watch", "concourse-build-electron": "make webpack", "concourse-test": "npx npm@6.14.5 test", "concourse-test-electron": "npx npm@6.14.5 test" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "./**/*.{ts,tsx}": [ "make lint-ts" ], "./**/*.css": [ "make lint-css" ] }, "author": "Balena Inc. ", "license": "Apache-2.0", "platformSpecificDependencies": [ "fsevents", "winusb-driver-generator" ], "devDependencies": { "@balena/lint": "^5.0.4", "@fortawesome/fontawesome-free": "^5.13.1", "@svgr/webpack": "^5.4.0", "@types/bluebird": "^3.5.30", "@types/chai": "^4.2.7", "@types/copy-webpack-plugin": "^6.0.0", "@types/mime-types": "^2.1.0", "@types/mini-css-extract-plugin": "^0.9.1", "@types/mocha": "^7.0.2", "@types/node": "^12.12.39", "@types/node-ipc": "^9.1.2", "@types/react-dom": "^16.8.4", "@types/request": "^2.48.4", "@types/semver": "^7.1.0", "@types/sinon": "^9.0.0", "@types/terser-webpack-plugin": "^3.0.0", "@types/tmp": "^0.2.0", "@types/webpack-node-externals": "^1.7.0", "bluebird": "^3.7.2", "chai": "^4.2.0", "copy-webpack-plugin": "^6.0.1", "css-loader": "^3.5.3", "d3": "^4.13.0", "debug": "^4.2.0", "electron": "9.1.1", "electron-builder": "^22.7.0", "electron-mocha": "^8.2.0", "electron-notarize": "^1.0.0", "electron-rebuild": "^1.11.0", "electron-updater": "^4.3.2", "etcher-sdk": "^4.1.19", "file-loader": "^6.0.0", "husky": "^4.2.5", "immutable": "^3.8.1", "lint-staged": "^10.2.2", "lodash": "^4.17.10", "mini-css-extract-plugin": "^0.9.0", "mocha": "^8.0.1", "nan": "^2.14.0", "native-addon-loader": "^2.0.1", "node-gyp": "^7.0.0", "node-ipc": "^9.1.1", "omit-deep-lodash": "1.1.4", "outdent": "^0.7.1", "path-is-inside": "^1.0.2", "pretty-bytes": "^5.3.0", "react": "^16.8.5", "react-dom": "^16.8.5", "redux": "^4.0.5", "rendition": "^16.1.1", "resin-corvus": "^2.0.5", "semver": "^7.3.2", "simple-progress-webpack-plugin": "^1.1.2", "sinon": "^9.0.2", "spectron": "^11.0.0", "string-replace-loader": "^2.3.0", "styled-components": "^5.1.0", "styled-system": "^5.1.5", "sudo-prompt": "^9.0.0", "sys-class-rgb-led": "^2.1.0", "tmp": "^0.2.1", "ts-loader": "^8.0.0", "ts-node": "^8.3.0", "tslib": "^2.0.0", "typescript": "^3.5.3", "uuid": "^8.1.0", "webpack": "^4.40.2", "webpack-cli": "^3.3.9" } }