This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FalixNodes-Desktop-v4.0.0-B.../package.json
2025-03-22 21:51:21 -04:00

25 lines
773 B
JSON

{
"name": "falixnodes",
"version": "4.70.0-beta.3",
"description": "Accessing Falix, all from one place",
"main": "src/process/index.js",
"author": "KorbsStudio",
"scripts": {
"start": "electron .",
"build": "electron-builder build",
"scss": "sass --watch src/css/master.scss:src/css/master.css",
"dev": "concurrently --kill-others \"sass --watch src/base/css/master/master.scss:src/base/css/master/master.css\" \"npm start\""
},
"dependencies": {
"command-exists": "^1.2.9",
"electron-context-menu": "^3.1.2",
"electron-log": "^4.4.6",
"electron-updater": "^4.6.5",
"pushy-electron": "^1.0.9"
},
"devDependencies": {
"concurrently": "^7.3.0",
"electron": "^18.0.1",
"electron-builder": "^22.14.13"
}
}