{ "name": "FreeDATA", "version": "0.6.11-alpha.2", "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": { "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" }, "dmg": { "icon": "build/icon.png", "contents": [ { "x": 130, "y": 220 }, { "x": 410, "y": 220, "type": "link", "path": "/Applications" } ] }, "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": [ "**/*" ] } ] } }