|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "inpx-web",
|
|
"name": "inpx-web",
|
|
- "version": "1.0.2",
|
|
|
|
|
|
+ "version": "1.0.3",
|
|
"author": "Book Pauk <bookpauk@gmail.com>",
|
|
"author": "Book Pauk <bookpauk@gmail.com>",
|
|
"license": "CC0-1.0",
|
|
"license": "CC0-1.0",
|
|
"repository": "bookpauk/inpx-web",
|
|
"repository": "bookpauk/inpx-web",
|
|
@@ -13,6 +13,7 @@
|
|
"build:linux": "npm run build:client && node build/prepkg.js linux && pkg -t node16-linux-x64 -C GZip --options max-old-space-size=4096,expose-gc -o dist/linux/inpx-web .",
|
|
"build:linux": "npm run build:client && node build/prepkg.js linux && pkg -t node16-linux-x64 -C GZip --options max-old-space-size=4096,expose-gc -o dist/linux/inpx-web .",
|
|
"build:win": "npm run build:client && node build/prepkg.js win && pkg -t node16-win-x64 -C GZip --options max-old-space-size=4096,expose-gc -o dist/win/inpx-web .",
|
|
"build:win": "npm run build:client && node build/prepkg.js win && pkg -t node16-win-x64 -C GZip --options max-old-space-size=4096,expose-gc -o dist/win/inpx-web .",
|
|
"build:client-dev": "webpack --config build/webpack.dev.config.js",
|
|
"build:client-dev": "webpack --config build/webpack.dev.config.js",
|
|
|
|
+ "release": "npm run build:linux && npm run build:client && node build/release.js",
|
|
"postinstall": "npm run build:client-dev"
|
|
"postinstall": "npm run build:client-dev"
|
|
},
|
|
},
|
|
"bin": "server/index.js",
|
|
"bin": "server/index.js",
|