fchat-rising/electron/package.json

19 lines
679 B
JSON
Raw Permalink Normal View History

2018-01-06 16:14:21 +00:00
{
2020-06-18 21:11:27 +00:00
"name": "fchat",
2024-07-07 03:38:21 +00:00
"version": "1.27.3",
2020-06-18 20:29:18 +00:00
"author": "The F-List Team and Mister Stallion (Esq.)",
2018-08-10 16:59:37 +00:00
"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",
2020-10-04 21:50:28 +00:00
"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",
2018-08-10 16:59:37 +00:00
"pack": "node ./pack"
}
2017-10-17 15:52:22 +00:00
}