|
1 | 1 | { |
2 | | - "name": "floatplane", |
3 | | - "version": "1.2.1", |
4 | | - "description": "A wallpaper manager app for macOS.", |
5 | | - "main": "main.js", |
6 | | - "scripts": { |
7 | | - "start": "electron .", |
8 | | - "build": "webpack --mode production", |
9 | | - "watch": "webpack --mode development --watch", |
10 | | - "pack": "npm run build && electron-builder --mac", |
11 | | - "dist": "npm run build && electron-builder --mac --publish=never", |
12 | | - "clean": "rm -rf dist node_modules package-lock.json && npm install" |
13 | | - }, |
14 | | - "keywords": [ |
15 | | - "wallpaper", |
16 | | - "macOS", |
17 | | - "desktop" |
18 | | - ], |
19 | | - "author": "andrinoff", |
20 | | - "license": "MIT", |
21 | | - "dependencies": { |
22 | | - "@semantic-release/changelog": "^6.0.3", |
23 | | - "@semantic-release/commit-analyzer": "^13.0.1", |
24 | | - "@semantic-release/exec": "^7.1.0", |
25 | | - "@semantic-release/git": "^10.0.1", |
26 | | - "@semantic-release/github": "^11.0.3", |
27 | | - "@semantic-release/release-notes-generator": "^14.0.3", |
28 | | - "react": "^18.2.0", |
29 | | - "react-dom": "^18.2.0" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@babel/core": "^7.23.7", |
33 | | - "@babel/preset-react": "^7.23.3", |
34 | | - "babel-loader": "^10.0.0", |
35 | | - "css-loader": "^7.0.0", |
36 | | - "electron": "^37.0.0", |
37 | | - "electron-builder": "^26.0.0", |
38 | | - "html-webpack-plugin": "^5.6.0", |
39 | | - "style-loader": "^3.3.4", |
40 | | - "webpack": "^5.89.0", |
41 | | - "webpack-cli": "^5.1.4" |
42 | | - }, |
43 | 2 | "build": { |
44 | 3 | "appId": "com.andrinoff.floatplane", |
45 | 4 | "productName": "Floatplane", |
|
55 | 14 | "x64" |
56 | 15 | ] |
57 | 16 | }, |
| 17 | + "artifactName": "${productName}-${version}-${arch}.${ext}", |
58 | 18 | "icon": "icon.icns", |
59 | 19 | "category": "public.app-category.utilities" |
60 | 20 | }, |
|
0 commit comments