{ "name": "bridge", "version": "1.0.0", "description": "A Clone Hero 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.git" }, "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", "release": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build" }, "dependencies": { "7zip-bin": "^5.0.3", "@angular/animations": "~11.1.1", "@angular/common": "~11.1.1", "@angular/compiler": "~11.1.1", "@angular/core": "~11.1.1", "@angular/forms": "~11.1.1", "@angular/platform-browser": "~11.1.1", "@angular/platform-browser-dynamic": "~11.1.1", "@angular/router": "~11.1.1", "bottleneck": "^2.19.5", "cli-color": "^2.0.0", "comparators": "^3.0.2", "electron-unhandled": "^3.0.2", "electron-updater": "^4.3.1", "electron-window-state": "^5.0.3", "fomantic-ui": "^2.8.3", "googleapis": "^59.0.0", "jquery": "^3.5.1", "jsonfile": "^6.0.1", "mv": "^2.1.1", "needle": "^2.3.2", "node-7z": "^2.0.5", "node-unrar-js": "^0.8.1", "randombytes": "^2.1.0", "rimraf": "^3.0.2", "rxjs": "~6.5.5", "sanitize-filename": "^1.6.3", "tslib": "^2.0.0", "underscore": "^1.9.2", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1101.2", "@angular-eslint/builder": "0.0.1-alpha.18", "@angular/cli": "^11.1.2", "@angular/compiler-cli": "~11.1.1", "@angular/language-service": "~11.1.1", "@types/cli-color": "^2.0.0", "@types/electron-window-state": "^2.0.33", "@types/jsonfile": "^6.0.0", "@types/mv": "^2.1.0", "@types/needle": "^2.0.4", "@types/node": "^12.11.1", "@types/randombytes": "^2.0.0", "@types/rimraf": "^3.0.0", "@types/underscore": "^1.9.4", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", "electron": "^11.2.1", "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": "~4.0.5", "wait-on": "^4.0.0" } }