This commit is contained in:
Core 2023-01-31 18:08:31 +00:00
parent 23f1de90bd
commit 1717b13081
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 502 additions and 1074 deletions

1566
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@
"homepage": "https://cider.sh/", "homepage": "https://cider.sh/",
"buildResources": "resources", "buildResources": "resources",
"scripts": { "scripts": {
"bootstrap": "npm install --legacy-peer-deps", "bootstrap": "npx -y check-engine && npm install --legacy-peer-deps --verbose",
"build": "tsc && lessc ./src/renderer/style.less ./src/renderer/style.css", "build": "tsc && lessc ./src/renderer/style.less ./src/renderer/style.css",
"start": "npm run build && electron ./build/index.js", "start": "npm run build && electron ./build/index.js",
"dist": "npm run build && electron-builder", "dist": "npm run build && electron-builder",
@ -137,9 +137,7 @@
], ],
"linux": { "linux": {
"target": [ "target": [
"AppImage", "AppImage"
"deb",
"snap"
], ],
"synopsis": "A new look into listening and enjoying music in style and performance. ", "synopsis": "A new look into listening and enjoying music in style and performance. ",
"category": "AudioVideo", "category": "AudioVideo",
@ -221,5 +219,9 @@
}, },
"electronWebpack": { "electronWebpack": {
"devtool": "source-map" "devtool": "source-map"
},
"engines": {
"node": "^19 || ^18 || ^16 || ^14.19",
"npm": ">= 6.13.4"
} }
} }