19 lines
617 B
JSON
19 lines
617 B
JSON
{
|
|
"name": "fchat",
|
|
"version": "3.0.13-rising-v1",
|
|
"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": "../node_modules/.bin/electron --serve --inspect-brk=9229 app",
|
|
"startDebugRender": "../node_modules/.bin/electron --remote-debugging-port=9229 app",
|
|
"pack": "node ./pack"
|
|
}
|
|
}
|