提交 982befe3 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

put io-bot to bin

上级 d14d7104
#!/usr/bin/env node
const Wechaty = require('..')
const log = Wechaty.log
......
{
"name": "wechaty"
, "version": "0.2.6"
, "version": "0.2.5"
, "description": "Wechat for Bot. (Personal Account NOT Official Account)"
, "main": "index.js"
, "scripts": {
......@@ -8,7 +8,7 @@
, "pretest": "npm run lint"
, "start": "node bin/io-bot.js"
, "demo": "node example/ding-dong-bot.js"
, "test": "cross-env TAP_TIMEOUT=600 tap --reporter=tap test/**/*.spec.js"
, "test": "cross-env TAP_TIMEOUT=600 node test/*.spec.js"
}
, "repository": {
"type": "git"
......@@ -31,6 +31,9 @@
, "bugs": {
"url": "https://github.com/zixia/wechaty/issues"
}
, "bin": {
"io-bot": "./bin/io-bot"
}
, "homepage": "https://github.com/zixia/wechaty#readme"
, "dependencies": {
"body-parser": "^1.15.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册