1 Star 2 Fork 0

陈彬发/nnws

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
lanmeng656 提交于 2023-08-21 16:58 . 1
{
"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"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chen-binfa/nnws.git
git@gitee.com:chen-binfa/nnws.git
chen-binfa
nnws
nnws
master

搜索帮助