代码拉取完成,页面将自动刷新
{
"name": "nnws",
"version": "1.1.0",
"description": "node.js nginx web server",
"main": "./bin/nnws.js",
"bin": {
"nnws": "./bin/nnws.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/chen-binfa/nnws.git"
},
"scripts": {
"start": "node start.js",
"build": "npm run dist && pkg . ",
"dist":"esbuild ./start.js --bundle --minify --outfile=./bin/nnws.js --platform=node",
"build:linux": "pkg -o ./dist/nnws -t node16-linux-x64 start.js",
"build:win": "pkg -o ./dist/nnws.exe -t node16-win-x64 start.js"
},
"author": "binfa-chen",
"license": "Apache License",
"pkg": {
"scripts": [],
"assets": "./admin-ui/**",
"targets": [
"node16-win-x64",
"node16-linux-x64"
],
"outputPath": "./dist/"
},
"devDependencies": {
"body-parser": "^1.19.1",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.5",
"esbuild": "0.19.2",
"express": "^4.17.2",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.1",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"simple-json-db": "^2.0.0"
},
"keywords": [
"webserver",
"nginx",
"nnws",
"web server"
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。