usb-mountpoint
Version:
Library for listing USB mass storage devices, their serial numbers and mount points
35 lines (34 loc) • 756 B
JSON
{
"name": "usb-mountpoint",
"version": "1.0.0",
"description": "Library for listing USB mass storage devices, their serial numbers and mount points",
"homepage": "https://github.com/thegecko/usb-mountpoint",
"author": "Rob Moran <rob@thegecko.org>",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/thegecko/usb-mountpoint.git"
},
"keywords": [
"usb",
"mountpoint"
],
"engines": {
"node": ">=8.14.0 < 12.0"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"dependencies": {
"plist": "^3.0.1"
},
"optionalDependencies": {
"udev": "^0.6.0"
},
"devDependencies": {
"@types/node": "^13.13.4",
"typescript": "^3.8.3"
}
}