* Update ngrx to v4 * package.json files * release: Remove zadic references from release script * fix(user-config): Fix user-config loading * build: Lock package dependencies * build: fix app version * ci: remove build:test step * fix(user-config): Revert switch-keymap-action modifications * test(user-config): xit keystroke-action test * fix(user-config): Fix user config loading * fix(user-config): Fix user config loading
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"name": "agent-usb",
|
|
"version": "1.0.0",
|
|
"description": "Agent preliminary USB code",
|
|
"main": "UhkConnection.js",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "8.0.28"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "2.1.0",
|
|
"node-hid": "0.5.4",
|
|
"uhk-common": "1.0.0",
|
|
"uhk-usb": "1.0.0"
|
|
}
|
|
}
|