mirror of
https://github.com/JustusPlays78/ChangelogApp.git
synced 2025-04-29 05:00:30 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "changelogapp",
|
||
|
"version": "1.0.0",
|
||
|
"description": "An Electron App to collect a Changelog and push it into a designated Repository",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "electron-forge start",
|
||
|
"build:css": "tailwindcss build main.css -o main.css",
|
||
|
"package": "electron-forge package",
|
||
|
"make": "electron-forge make"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/JustusPlays78/ChangelogApp.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"electron"
|
||
|
],
|
||
|
"author": "JustusPlays78",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/JustusPlays78/ChangelogApp/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/JustusPlays78/ChangelogApp#readme",
|
||
|
"devDependencies": {
|
||
|
"@electron-forge/cli": "^7.6.0",
|
||
|
"@electron-forge/maker-deb": "^7.6.0",
|
||
|
"@electron-forge/maker-rpm": "^7.6.0",
|
||
|
"@electron-forge/maker-squirrel": "^7.6.0",
|
||
|
"@electron-forge/maker-zip": "^7.6.0",
|
||
|
"@electron-forge/plugin-auto-unpack-natives": "^7.6.0",
|
||
|
"@electron-forge/plugin-fuses": "^7.6.0",
|
||
|
"@electron/fuses": "^1.8.0",
|
||
|
"autoprefixer": "^10.4.20",
|
||
|
"electron": "^33.2.1",
|
||
|
"tailwindcss": "^3.4.16"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"electron-squirrel-startup": "^1.0.1",
|
||
|
"postcss": "^8.4.49"
|
||
|
}
|
||
|
}
|