{ "name": "wechaty", "version": "0.3.17", "description": "Wechat for Bot (Personal Account)", "main": "index.js", "typings": "index.d.ts", "wechaty": { "DEFAULT_HEAD": "chrome", "DEFAULT_PUPPET": "web", "DEFAULT_PROFILE": "profile", "DEFAULT_PORT": 8788, "DEFAULT_PROTOCOL": "io|0.0.1", "DEFAULT_TOKEN": "WECHATY_IO_TOKEN", "DEFAULT_APIHOST": "api.wechaty.io", "CMD_CHROMIUM": "/wechaty/bin/xvfb-chromium" }, "scripts": { "node": "ts-node", "lint": "npm run eslint && npm run tslint", "eslint": "eslint \"{src,test,bin}/**/*.js\"", "tslint": "tslint \"{src,test,bin}/**/*.ts\"", "sloc": "sloc . --details --format cli-table --keys total,source,comment --exclude \"node_modules|doc\" && sloc . --exclude \"node_modules|doc\"", "pretest": "npm run lint", "test": "npm run test:phantomjs && npm run test:chrome", "posttest": "npm run sloc", "test:phantomjs": "cross-env LC_ALL=C WECHATY_LOG=info WECHATY_HEAD=phantomjs ava --timeout=10m \"{src,test}/**/*.spec.js\"", "test:chrome": "cross-env LC_ALL=C WECHATY_LOG=silly WECHATY_HEAD=chrome ava --timeout=10m \"{src,test}/**/*.spec.js\"", "testdev": "cross-env LC_ALL=C WECHATY_LOG=silly ava --serial --verbose --fail-fast --timeout=3m", "ava": "cross-env LC_ALL=C WECHATY_LOG=verbose ava \"{src,test}/**/*.spec.js\"", "start": "ts-node bin/client", "dev": "ts-node dev.js", "demo": "ts-node example/ding-dong-bot.js" }, "repository": { "type": "git", "url": "git+https://github.com/wechaty/wechaty.git" }, "bin": { "wechaty-client": "bin/client.js", "wechaty-version": "bin/version.js" }, "keywords": [ "wechat", "微信", "weixin", "personal", "bot", "robot", "chatbot", "framework", "wechaty", "微信控" ], "author": "Zhuohuan LI ", "license": "ISC", "bugs": { "url": "https://github.com/wechaty/wechaty/issues" }, "homepage": "https://github.com/wechaty/wechaty#readme", "eslintConfig": { "env": { "browser": true, "node": true, "es6": true }, "plugins": [ "ava" ], "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 7, "sourceType": "module", "ecmaFeatures": { "impliedStrict": true }, "extends": "plugin:ava/recommended" } }, "engines": { "node": ">= 6.0.0" }, "dependencies": { "body-parser": "^1.15.2", "brolog": "^0.3.7", "chromedriver": "^2.23.1", "co": "^4.6.0", "express": "^4.13.4", "is-ci": "^1.0.9", "phantomjs-prebuilt": "^2.1.12", "ps-tree": "^1.0.1", "retry-promise": "^1.0.0", "selenium-webdriver": "^3.0.0-beta-1", "socket.io": "^1.4.8", "ws": "^1.1.1" }, "devDependencies": { "apiai": "^2.0.7", "ava": "^0.16.0", "babel-eslint": "^6.1.2", "cookie-parser": "^1.4.3", "cross-env": "^2.0.0", "eslint": "^3.4.0", "eslint-plugin-ava": "^3.0.0", "qrcode-terminal": "^0.10.0", "sinon": "^1.17.5", "sloc": "^0.1.11", "tslint": "^3.15.1", "tuling123-client": "0.0.1", "typescript": "^2.0.3", "typings": "^1.4.0" }, "files_comment__whitelist_npm_publish": "http://stackoverflow.com/a/8617868/1123955", "files": [ "package.json", "README.md", "CHANGELOG", "LICENSE", "src/", "bin/" ] }