1 Star 0 Fork 1

码匠 / codeartist_toolkit_server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
码匠 提交于 2022-01-07 23:19 . 添加运行脚本
{
"name": "toolkit_server",
"version": "1.0.0",
"description": "码匠开发工具集服务端",
"main": "app.js",
"author": "AiJiangnan",
"scripts": {
"tsc": "tsc -w",
"start": "node ./build/app.js",
"build": "./node_modules/.bin/webpack",
"win:pkg": "pkg --targets=node14.18.1-win-x64 ./build/app.js --output ./build/win/toolkit_server.exe"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ArtistOfCode/codeartist_toolkit_server"
},
"dependencies": {
"express": "^4.17.2",
"express-ws": "^5.0.2",
"multer": "^1.4.4",
"mysql": "^2.18.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-ws": "^3.0.1",
"@types/multer": "^1.4.7",
"@types/mysql": "^2.15.20",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"pkg": "^5.5.1",
"source-map-loader": "^3.0.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-node-externals": "^3.0.0"
}
}
NodeJS
1
https://gitee.com/code_artist/codeartist_toolkit_server.git
git@gitee.com:code_artist/codeartist_toolkit_server.git
code_artist
codeartist_toolkit_server
codeartist_toolkit_server
master

搜索帮助