hackpro-sdk
Version:
100 lines (99 loc) • 2.9 kB
JSON
{
"name": "hackpro-sdk",
"version": "2.0.17",
"description": "Etcher SDK",
"author": "Balena.io Ltd <hello@etcher.io> (https://balena.io)",
"main": "build/index.js",
"license": "Apache-2.0",
"types": "build/index.d.ts",
"contributors": [
"Alexis Svinartchouk <alexis@balena.io>"
],
"scripts": {
"test": "npm run lint && mocha -r ts-node/register tests/**/*.spec.ts",
"prettier": "prettier --config ./node_modules/resin-lint/config/.prettierrc --write \"lib/**/*.ts\" \"typings/**/*.ts\" \"examples/**/*.ts\" \"tests/**/*.ts\"",
"lint": "resin-lint --typescript lib typings examples tests",
"build": "rimraf build doc && tsc ",
"doc": "typedoc --readme none --theme markdown --mode file --out doc lib && sed -i 's|'$(pwd)'||g' $(find doc -type f)",
"prepublish": "npm run build"
},
"files": [
"build",
"typings"
],
"keywords": [
"etcher",
"sdk",
"flash",
"flashing",
"disk",
"disk image",
"sd-card",
"imager",
"img",
"iso",
"dmg",
"resin",
"balena",
"resinos"
],
"homepage": "https://github.com/balena-io-modules/etcher-sdk",
"repository": {
"type": "git",
"url": "https://github.com/manashathparia/hackpro-sdk.git"
},
"bugs": {
"url": "https://github.com/balena-io-modules/etcher-sdk/issues"
},
"dependencies": {
"@types/node": "^6.0.112",
"axios": "^0.18.0",
"blockmap": "^4.0.0",
"bluebird": "^3.5.1",
"crc": "^3.8.0",
"debug": "^3.1.0",
"drivelist": "^8.0.4",
"file-disk": "^6.0.1",
"file-type": "^8.0.0",
"lodash": "^4.17.10",
"lzma-native": "^4.0.5",
"mountutils": "^1.3.18",
"node-raspberrypi-usbboot": "^0.2.4",
"outdent": "^0.7.0",
"partitioninfo": "^5.3.4",
"readable-stream": "^2.3.6",
"resin-image-fs": "^5.0.8",
"speedometer": "^1.0.0",
"udif": "^0.15.7",
"unbzip2-stream": "balena-io-modules/unbzip2-stream#942fc218013c14adab01cf693b0500cf6ac83193",
"unzip-stream": "^0.3.0",
"xxhash": "^0.3.0",
"yauzl": "^2.9.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.23",
"@types/chai": "^4.1.4",
"@types/cli-spinner": "^0.2.0",
"@types/crc": "^3.4.0",
"@types/debug": "0.0.30",
"@types/file-type": "^5.2.1",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.4",
"@types/progress": "^2.0.1",
"@types/sinon": "^5.0.1",
"@types/yargs": "^11.0.0",
"@types/yauzl": "^2.9.0",
"chai": "^4.1.2",
"cli-spinner": "^0.2.8",
"mocha": "^5.2.0",
"progress": "^2.0.0",
"resin-lint": "^3.2.3",
"rimraf": "^2.6.2",
"sinon": "^6.1.3",
"ts-node": "^7.0.1",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^1.2.0",
"typescript": "^3.0.3",
"yargs": "^11.0.0"
}
}