fchat-rising/electron/package.json

19 lines
606 B
JSON
Raw Normal View History

2018-01-06 17:14:21 +01:00
{
2020-06-18 16:11:27 -05:00
"name": "fchat",
2020-07-11 09:27:39 -05:00
"version": "1.0.2",
2020-06-18 15:29:18 -05:00
"author": "The F-List Team and Mister Stallion (Esq.)",
2018-08-10 18:59:37 +02: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-06-20 13:43:34 -05:00
"startDebugMain": "../node_modules/.bin/electron --serve --inspect-brk=9229 app",
"startDebugRender": "../node_modules/.bin/electron --remote-debugging-port=9229 app",
2018-08-10 18:59:37 +02:00
"pack": "node ./pack"
}
2017-10-17 08:52:22 -07:00
}