fchat-rising/electron/package.json

19 lines
617 B
JSON
Raw Normal View History

2018-01-06 16:14:21 +00:00
{
2020-06-18 21:11:27 +00:00
"name": "fchat",
"version": "3.0.13-rising-v1",
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-06-20 18:43:34 +00:00
"startDebugMain": "../node_modules/.bin/electron --serve --inspect-brk=9229 app",
"startDebugRender": "../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
}