yochat
Version:
基于 Nodejs 的 微信机器人、微信命令行工具. 扩展性高的微信机器人
35 lines (34 loc) • 888 B
JSON
{
"name": "yochat",
"version": "1.0.7",
"description": "基于 Nodejs 的 微信机器人、微信命令行工具. 扩展性高的微信机器人",
"main": "./publish/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/ --presets babel-preset-es2015 --out-dir ./publish/",
"prepublish": "npm run build"
},
"keywords": [
"yochat",
"node-wechat",
"wechat",
"itchat",
"wechat-sdk",
"wechat-bot"
],
"author": "w88975",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.23.0",
"open": "0.0.5",
"qrcode-terminal": "^0.11.0",
"request": "^2.81.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-3": "^6.24.1"
}
}