mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
106 lines
2.3 KiB
JSON
106 lines
2.3 KiB
JSON
{
|
|
"name": "FreeDATA",
|
|
"version": "0.6.11-alpha.4",
|
|
"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": {
|
|
"@electron/asar": "^3.2.3",
|
|
"@electron/osx-sign": "^1.0.4",
|
|
"@popperjs/core": "^2.11.6",
|
|
"blob-util": "^2.0.2",
|
|
"bootstrap": "^5.2.1",
|
|
"bootstrap-icons": "^1.9.1",
|
|
"bootswatch": "^5.2.0",
|
|
"chart.js": "^4.0.0",
|
|
"chartjs-plugin-annotation": "^2.1.2",
|
|
"electron-log": "^4.4.8",
|
|
"electron-updater": "^5.2.1",
|
|
"emoji-picker-element": "^1.12.1",
|
|
"emoji-picker-element-data": "^1.3.0",
|
|
"express-pouchdb": "^4.2.0",
|
|
"mime": "^3.0.0",
|
|
"pouchdb": "^7.3.0",
|
|
"pouchdb-browser": "^7.3.0",
|
|
"pouchdb-express-router": "^0.0.11",
|
|
"pouchdb-find": "^7.3.0",
|
|
"pouchdb-replication": "^8.0.0",
|
|
"qth-locator": "^2.1.0",
|
|
"utf8": "^3.0.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^20.1.3",
|
|
"electron-builder": "^23.3.3"
|
|
},
|
|
"build": {
|
|
"productName": "FreeDATA",
|
|
"appId": "app.freedata",
|
|
"npmRebuild": "false",
|
|
"directories": {
|
|
"buildResources": "build",
|
|
"output": "dist"
|
|
},
|
|
"mac": {
|
|
"target": [
|
|
"default"
|
|
],
|
|
"icon": "build/icon.png",
|
|
"hardenedRuntime": true,
|
|
"entitlements": "build/entitlements.plist",
|
|
"entitlementsInherit": "build/entitlements.plist",
|
|
"gatekeeperAssess": false
|
|
},
|
|
|
|
"win": {
|
|
"icon": "build/icon.png",
|
|
"target": [
|
|
"nsis"
|
|
]
|
|
},
|
|
"linux": {
|
|
"icon": "build/icon.png",
|
|
"target": [
|
|
"AppImage"
|
|
],
|
|
"category": "Development"
|
|
},
|
|
"publish": {
|
|
"provider": "github",
|
|
"releaseType": "release"
|
|
},
|
|
"extraResources": [
|
|
{
|
|
"from": "../tnc/dist/tnc/",
|
|
"to": "tnc",
|
|
"filter": [
|
|
"**/*",
|
|
"!**/.git"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|