2 Star 2 Fork 0

OI 开源/WeChat-offiaccount

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
chen351012 提交于 2024-06-05 22:05 . 补充微信小程序相关types
{
"name": "wechat-offiaccount",
"version": "0.2.1",
"description": "微信公众号辅助调试服务器 + 微信官方js-sdk,支持typescript开发",
"sideEffects": false,
"main": "src/index.js",
"typings": "./types/index.d.ts",
"scripts": {
"dev": "node ./bin/run --config offiaccount.config.js"
},
"bin": {
"offiaccount-cli": "bin/run"
},
"keywords": [
"WeChat",
"offiaccount"
],
"repository": {
"type": "git",
"url": "git+https://github.com/oi-contrib/WeChat-offiaccount.git"
},
"author": {
"name": "zxl20070701",
"url": "https://zxl20070701.github.io/notebook/home.html"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/oi-contrib/WeChat-offiaccount/issues"
},
"homepage": "https://github.com/oi-contrib/WeChat-offiaccount",
"dependencies": {
"devby": "^0.4.6",
"express": "^4.18.2",
"sha1": "^1.1.1"
},
"devDependencies": {
"zdebug.js": "^0.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oi-contrib/WeChat-offiaccount.git
git@gitee.com:oi-contrib/WeChat-offiaccount.git
oi-contrib
WeChat-offiaccount
WeChat-offiaccount
master

搜索帮助