Files
agent/packages/usb/package.json
2017-11-02 20:20:14 +01:00

23 lines
444 B
JSON

{
"name": "agent-usb",
"version": "1.0.0",
"description": "Agent preliminary USB code",
"main": "UhkConnection.js",
"license": "GPL-3.0",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"devDependencies": {
"@types/node": "8.0.28",
"typescript": "2.5.3"
},
"dependencies": {
"chalk": "2.1.0",
"commander": "^2.11.0",
"node-hid": "0.5.7",
"uhk-common": "1.0.0",
"uhk-usb": "1.0.0"
}
}