mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
15217b2521
changed audio library, changed ssid behavior, minor chat changed
94 lines
1.9 KiB
JSON
94 lines
1.9 KiB
JSON
{
|
|
"name": "FreeDATA",
|
|
"version": "0.2.0-alpha.1",
|
|
"description": "FreeDATA ",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DJ2LS/FreeDATA.git"
|
|
},
|
|
"keywords": [
|
|
"TNC",
|
|
"GUI",
|
|
"FreeDATA",
|
|
"codec2"
|
|
],
|
|
"author": "DJ2LS",
|
|
"license": "LGPL-2.1",
|
|
"bugs": {
|
|
"url": "https://github.com/DJ2LS/FreeDATA/issues"
|
|
},
|
|
"homepage": "https://freedata.app",
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.0",
|
|
"bootstrap-icons": "^1.8.1",
|
|
"bootswatch": "^5.1.3",
|
|
"chart.js": "^3.5.1",
|
|
"chartjs-plugin-annotation": "^1.0.2",
|
|
"electron-log": "^4.4.6",
|
|
"electron-updater": "^5.0.0",
|
|
"emoji-picker-element": "^1.11.0",
|
|
"emoji-picker-element-data": "^1.3.0",
|
|
"mime": "^3.0.0",
|
|
"pouchdb": "^7.2.2",
|
|
"pouchdb-find": "^7.2.2",
|
|
"qth-locator": "^2.1.0",
|
|
"utf8": "^3.0.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^17.0.0",
|
|
"electron-builder": "^22.14.13"
|
|
},
|
|
"build": {
|
|
"productName": "FreeDATA",
|
|
"appId": "app.freedata",
|
|
"directories": {
|
|
"buildResources": "src/img",
|
|
"output": "dist"
|
|
},
|
|
"dmg": {
|
|
"icon": "src/img/icon.png",
|
|
"contents": [
|
|
{
|
|
"x": 130,
|
|
"y": 220
|
|
},
|
|
{
|
|
"x": 410,
|
|
"y": 220,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
]
|
|
},
|
|
"win": {
|
|
"icon": "src/img/icon.png",
|
|
"target": [
|
|
"nsis"
|
|
]
|
|
},
|
|
"linux": {
|
|
"icon": "src/img/icon.png",
|
|
"target": [
|
|
"AppImage"
|
|
],
|
|
"category": "Development"
|
|
},
|
|
"publish": {
|
|
"provider": "github",
|
|
"releaseType": "release"
|
|
},
|
|
"extraResources": [
|
|
"./tnc/**"
|
|
]
|
|
}
|
|
}
|