Files
agent/packages/usb/package.json
Róbert Kiss 78e27c3688 build: user-config-json-to-bin.ts runnable from other directory (#489)
* new setup

* make run able ts file from other directory

* do not build project
2017-11-04 17:26:34 +01:00

26 lines
510 B
JSON

{
"name": "agent-usb",
"version": "1.0.0",
"description": "Agent USB scripts",
"main": "uhk.js",
"license": "GPL-3.0",
"scripts": {
"build": "npm run chmod",
"tsc": "tsc",
"chmod": "shx chmod u+x ./*.ts",
"watch": "tsc -w"
},
"devDependencies": {
"@types/node": "8.0.28",
"shx": "0.2.2",
"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"
}
}