{ "name": "pling-store", "productName": "Pling-Store", "version": "5.0.1", "description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.", "author": "Pling.com", "license": "GPL-3.0", "homepage": "https://www.pling.com/", "repository": "https://www.opencode.net/dfn2/pling-store", "bugs": "https://www.opencode.net/dfn2/pling-store/issues", "main": "app/main.js", "scripts": { "start": "electron .", "debug": "electron . --debug", "package": "electron-packager . pling-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'", "watch" : "webpack --mode development --watch" }, "dependencies": { "electron-store": "2.*.*", "request": "2.*.*", "esm": "3.*.*", "lit-html": "1.*.*" }, "devDependencies": { "electron": "4.*.*", "electron-packager": "13.*.*", "@babel/core":"*", "@babel/polyfill":"*", "@babel/preset-env": "*", "@babel/preset-react": "*", "react":"*", "react-dom":"*", "webpack":"*", "webpack-cli":"*" } }