mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 10:35:09 +00:00
Cleaned scripts and tsconfig
This commit is contained in:
11
package.json
11
package.json
@@ -2,20 +2,23 @@
|
|||||||
"name": "bridge",
|
"name": "bridge",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "A handy CloneHero library management tool with built in chart searching and downloading.",
|
"description": "A handy CloneHero library management tool with built in chart searching and downloading.",
|
||||||
"homepage": "https://github.com/maximegris/angular-electron",
|
"homepage": "https://github.com/Geomitron/Bridge",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Geo",
|
"name": "Geo",
|
||||||
"email": "geomitron@gmail.com"
|
"email": "geomitron@gmail.com"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Geomitron/Bridge"
|
||||||
|
},
|
||||||
"main": "dist/electron/main.js",
|
"main": "dist/electron/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "run-p serve:angular serve:electron",
|
"start": "run-p serve:angular serve:electron",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"clean": "rimraf dist release",
|
"clean": "rimraf dist release",
|
||||||
"build:windows": "ng build -c production && npm run build:electron && electron-builder build --windows",
|
"build:windows": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --windows",
|
||||||
"serve:angular": "ng serve",
|
"serve:angular": "ng serve",
|
||||||
"serve:electron": "wait-on http-get://localhost:4200/ && npm run build:electron && electron . --dev",
|
"serve:electron": "wait-on http-get://localhost:4200/ && tsc -p tsconfig.electron.json && electron . --dev"
|
||||||
"build:electron": "tsc -p tsconfig.electron.json"
|
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -17,8 +17,5 @@
|
|||||||
"es2015",
|
"es2015",
|
||||||
"dom"
|
"dom"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"include": [
|
|
||||||
"src/electron/**/*.ts"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user