{ "name": "bridge", "version": "0.0.0", "description": "A handy CloneHero library management tool with built in chart searching and downloading.", "homepage": "https://github.com/Geomitron/Bridge", "license": "GPL-3.0", "author": { "name": "Geo", "email": "geomitron@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/Geomitron/Bridge" }, "main": "dist/electron/main.js", "private": true, "scripts": { "start": "run-p serve:angular serve:electron", "serve:electron": "wait-on http-get://localhost:4200/ && nodemon --exec \"tsc -p tsconfig.electron.json && electron . --dev\" --watch src/electron -e ts", "lint": "ng lint", "clean": "rimraf dist release", "build:windows": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --windows", "build:mac": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --mac", "build:linux": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --linux", "serve:angular": "ng serve" }, "dependencies": { "7zip-bin": "^5.0.3", "@angular/animations": "~9.1.4", "@angular/common": "~9.1.4", "@angular/compiler": "~9.1.4", "@angular/core": "~9.1.4", "@angular/forms": "~9.1.4", "@angular/platform-browser": "~9.1.4", "@angular/platform-browser-dynamic": "~9.1.4", "@angular/router": "~9.1.4", "cli-color": "^2.0.0", "comparators": "^3.0.2", "electron-unhandled": "^3.0.2", "electron-window-state": "^5.0.3", "fomantic-ui": "^2.8.3", "jquery": "^3.4.1", "mv": "^2.1.1", "needle": "^2.3.2", "node-7z": "^2.0.5", "node-unrar-js": "^0.8.1", "rimraf": "^3.0.2", "rxjs": "~6.5.5", "sanitize-filename": "^1.6.3", "tslib": "^1.10.0", "underscore": "^1.9.2", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.901.4", "@angular-eslint/builder": "0.0.1-alpha.18", "@angular/cli": "^9.1.4", "@angular/compiler-cli": "~9.1.4", "@angular/language-service": "~9.1.4", "@types/cli-color": "^2.0.0", "@types/electron-window-state": "^2.0.33", "@types/mv": "^2.1.0", "@types/needle": "^2.0.4", "@types/node": "^12.11.1", "@types/rimraf": "^3.0.0", "@types/underscore": "^1.9.4", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", "electron": "^8.2.5", "electron-builder": "^22.3.2", "electron-reload": "^1.5.0", "eslint": "^6.8.0", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5", "ts-node": "~7.0.0", "typescript": "~3.8.3", "wait-on": "^4.0.0" } }