加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
Richex 提交于 2022-11-14 13:48 . 1.0.1
{
"name": "web-screenshot",
"version": "1.0.1",
"description": "Remote screen viewing tool for Windows that looks at the screen display without a remote connection.",
"homepage": "https://github.com/richex-cn/web-screenshot",
"license": "MIT",
"author": {
"name": "richex-cn",
"email": "i@richex.cn",
"url": "https://github.com/richex-cn"
},
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"express": "^4.17.1",
"screenshot-desktop": "^1.9.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化