{ "name": "FreeDATA", "version": "0.0.1-alpha.1", "description": "FreeDATA ", "main": "main.js", "scripts": { "start": "electron .", "test": "echo \"Error: no test specified\" && exit 1", "deploy": "electron-builder --publish always" }, "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", "bootswatch": "^5.1.3", "chart.js": "^3.5.1", "chartjs-plugin-annotation": "^1.0.2", "electron-updater": "^4.6.5", "qth-locator": "^2.1.0" }, "devDependencies": { "electron": "^17.0.0", "electron-builder": "^22.14.13" }, "build": { "productName": "FreeDATA", "appId": "app.freedata", "dmg": { "publish": ["github"], "icon": "./src/icon_cube_border.png", "contents": [ { "x": 130, "y": 220 }, { "x": 410, "y": 220, "type": "link", "path": "/Applications" } ] }, "win": { "publish": ["github"], "icon": "./src/icon_cube_border.png", "target": [ "nsis" ] }, "linux": { "publish": ["github"], "icon": "./src/icon_cube_border.png", "target": [ "AppImage" ], "category": "Development" }, "directories": { "output": "dist" }, "extraResources": [ "./tnc/**" ] } }