node-beaglebone-usbboot
Version:
Transforms BeagleBone to mass storage device
65 lines (64 loc) • 1.76 kB
JSON
{
"name": "node-beaglebone-usbboot",
"version": "1.0.0",
"description": "Transforms BeagleBone to mass storage device",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "node lib/main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"build": "rimraf lib && tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*",
"blobs",
"README.md",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/parthi-g/node-beaglebone-usbboot.git"
},
"keywords": [
"beaglebone",
"usbboot",
"usb",
"am335x",
"mass storage"
],
"author": {
"name": "Parthiban Gandhi",
"email": "parthiban.gandhi@gmail.com"
},
"license": "Apache-2.0",
"dependencies": {
"@balena.io/usb": "^1.3.13",
"@types/node": "^6.0.112",
"@types/usb": "^1.5.1",
"binary-parser-encoder": "^1.4.5",
"debug": "^3.1.0",
"endian-toggle": "0.0.0",
"os": "^0.1.1",
"schemapack": "^1.4.2"
},
"devDependencies": {
"@types/debug": "0.0.30",
"prettier": "^1.19.1",
"rimraf": "^2.6.2",
"ts-node": "^6.0.3",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^2.9.1"
},
"bugs": {
"url": "https://github.com/parthi-g/node-beaglebone-usbboot/issues"
},
"homepage": "https://github.com/parthi-g/node-beaglebone-usbboot#readme"
}