加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "webshell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node ./bin/webshell",
"build": "npm i && cd assets && npm i && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ysk2014/webshell.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ysk2014/webshell/issues"
},
"homepage": "https://github.com/ysk2014/webshell#readme",
"dependencies": {
"args": "5.0.1",
"body-parser": "1.19.0",
"ejs": "2.6.2",
"express": "4.17.1",
"morgan": "1.9.1",
"node-pty": "^0.9.0",
"socket.io": "2.2.0",
"user-home": "2.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化