fchat-rising/electron/package.json

19 lines
679 B
JSON

{
"name": "fchat",
"version": "1.21.0",
"author": "The F-List Team and Mister Stallion (Esq.)",
"description": "F-List.net Chat Client",
"main": "main.js",
"id": "fchat",
"license": "MIT",
"scripts": {
"build": "node ../webpack development",
"build:dist": "node ../webpack production",
"watch": "node ../webpack watch",
"start": "../node_modules/.bin/electron app",
"startDebugMain": "export ELECTRON_ENABLE_LOGGING=1 && ../node_modules/.bin/electron --serve --inspect-brk=9229 app",
"startDebugRender": "export ELECTRON_ENABLE_LOGGING=1 && ../node_modules/.bin/electron --remote-debugging-port=9229 app",
"pack": "node ./pack"
}
}