2021-07-17 07:03:40 +00:00
|
|
|
{
|
2021-09-25 11:33:13 +00:00
|
|
|
"name": "FreeDATA",
|
2022-02-25 09:00:18 +00:00
|
|
|
"version": "v0.0.1-alpha.17",
|
2021-09-25 11:33:13 +00:00
|
|
|
"description": "FreeDATA ",
|
2021-07-17 07:03:40 +00:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "electron .",
|
2022-02-25 09:00:18 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2021-07-17 07:03:40 +00:00
|
|
|
},
|
2021-09-25 11:33:13 +00:00
|
|
|
"engines": {
|
2022-02-21 16:25:33 +00:00
|
|
|
"node": ">=14.0.0",
|
2021-09-25 11:33:13 +00:00
|
|
|
"npm": ">=6.0.0"
|
|
|
|
},
|
2021-07-17 07:03:40 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-02-22 10:06:22 +00:00
|
|
|
"url": "https://github.com/DJ2LS/FreeDATA.git"
|
2021-07-17 07:03:40 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"TNC",
|
|
|
|
"GUI",
|
2021-08-10 18:22:57 +00:00
|
|
|
"FreeDATA",
|
2021-07-17 07:03:40 +00:00
|
|
|
"codec2"
|
|
|
|
],
|
|
|
|
"author": "DJ2LS",
|
|
|
|
"license": "LGPL-2.1",
|
|
|
|
"bugs": {
|
2021-09-25 11:33:13 +00:00
|
|
|
"url": "https://github.com/DJ2LS/FreeDATA/issues"
|
2021-07-17 07:03:40 +00:00
|
|
|
},
|
2022-02-21 16:25:33 +00:00
|
|
|
"homepage": "https://freedata.app",
|
2021-07-17 07:03:40 +00:00
|
|
|
"dependencies": {
|
2021-08-08 17:37:53 +00:00
|
|
|
"bootstrap": "^5.1.0",
|
2022-02-22 20:05:48 +00:00
|
|
|
"bootstrap-icons": "^1.8.1",
|
2022-02-10 13:38:55 +00:00
|
|
|
"bootswatch": "^5.1.3",
|
2021-09-04 18:33:03 +00:00
|
|
|
"chart.js": "^3.5.1",
|
2021-10-02 07:41:41 +00:00
|
|
|
"chartjs-plugin-annotation": "^1.0.2",
|
2022-02-24 09:13:00 +00:00
|
|
|
"electron-log": "^4.4.6",
|
2022-02-25 08:28:42 +00:00
|
|
|
"electron-updater": "^5.0.0",
|
2021-08-08 17:29:18 +00:00
|
|
|
"qth-locator": "^2.1.0"
|
|
|
|
},
|
2021-08-08 15:12:57 +00:00
|
|
|
"devDependencies": {
|
2022-02-21 16:25:33 +00:00
|
|
|
"electron": "^17.0.0",
|
|
|
|
"electron-builder": "^22.14.13"
|
|
|
|
},
|
2022-02-22 10:06:22 +00:00
|
|
|
"build": {
|
|
|
|
"productName": "FreeDATA",
|
|
|
|
"appId": "app.freedata",
|
2022-02-24 09:13:00 +00:00
|
|
|
"directories": {
|
|
|
|
"output": "dist"
|
|
|
|
},
|
2022-02-22 10:06:22 +00:00
|
|
|
"dmg": {
|
2022-02-22 20:05:48 +00:00
|
|
|
"publish": [
|
|
|
|
"github"
|
|
|
|
],
|
2022-02-24 12:46:52 +00:00
|
|
|
"icon": "src/icon.png",
|
2022-02-22 10:06:22 +00:00
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 130,
|
|
|
|
"y": 220
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 410,
|
|
|
|
"y": 220,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
}
|
|
|
|
]
|
2022-02-21 16:25:33 +00:00
|
|
|
},
|
2022-02-22 10:06:22 +00:00
|
|
|
"win": {
|
2022-02-22 20:05:48 +00:00
|
|
|
"publish": [
|
|
|
|
"github"
|
|
|
|
],
|
2022-02-24 12:46:52 +00:00
|
|
|
"icon": "src/icon.png",
|
2022-02-22 10:06:22 +00:00
|
|
|
"target": [
|
|
|
|
"nsis"
|
|
|
|
]
|
2022-02-21 16:25:33 +00:00
|
|
|
},
|
2022-02-22 10:06:22 +00:00
|
|
|
"linux": {
|
2022-02-22 20:05:48 +00:00
|
|
|
"publish": [
|
|
|
|
"github"
|
|
|
|
],
|
2022-02-24 12:46:52 +00:00
|
|
|
"icon": "src/icon.png",
|
2022-02-22 10:06:22 +00:00
|
|
|
"target": [
|
|
|
|
"AppImage"
|
|
|
|
],
|
|
|
|
"category": "Development"
|
2022-02-21 16:25:33 +00:00
|
|
|
},
|
2022-02-22 10:06:22 +00:00
|
|
|
"extraResources": [
|
|
|
|
"./tnc/**"
|
|
|
|
]
|
|
|
|
}
|
2021-07-17 07:03:40 +00:00
|
|
|
}
|