{ "name": "uhk-common", "private": true, "version": "1.0.0", "description": "Common Library contains the common code for uhk-agent (electron-main) and web (electron-renderer) modules", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@angular/core": "4.3.3", "@ngrx/core": "1.2.0", "@ngrx/store": "2.2.3", "@types/node": "8.0.28" } }