aero-win-usb-detection
Version:
Listen to USB devices for attach/detach and get drive path and label (Windows only)
35 lines (34 loc) • 1.05 kB
JSON
{
"name": "aero-win-usb-detection",
"version": "1.0.3",
"description": "Listen to USB devices for attach/detach and get drive path and label (Windows only)",
"homepage": "https://github.com/David-Mordechai/AeroUsbDetectionNpm",
"repository": {
"type": "git",
"url": "https://github.com/David-Mordechai/AeroUsbDetectionNpm.git"
},
"keywords": ["usb", "edge-js", "Dotnet"],
"author": "David Mordechai",
"type": "module",
"include": [
"./RemovableUsbInfo.dll"
],
"scripts": {
"clean": "rimraf ./dist/",
"copy-readme": "copyfiles ../README.md ./dist/",
"copy-files": "copyfiles ./RemovableUsbInfo.dll ./dist/",
"build": "npm run clean && tsc && npm run copy-readme && npm run copy-files"
},
"license": "ISC",
"main": "./dist/UsbEventsContorller.js",
"dependencies": {
"edge-js": "^19.3.0",
"usb": "^2.9.0"
},
"devDependencies": {
"@types/node": "^18.15.12",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
}
}