14 lines
346 B
JSON
14 lines
346 B
JSON
{
|
|
"name": "net.f_list.fchat",
|
|
"version": "3.0.12",
|
|
"displayName": "F-Chat",
|
|
"author": "The F-List Team",
|
|
"description": "F-List.net Chat Client",
|
|
"main": "main.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "node ../webpack development",
|
|
"build:dist": "node ../webpack production",
|
|
"watch": "node ../webpack watch"
|
|
}
|
|
} |