UNPKG

node-red-contrib-wechat4u

Version:

[Node-RED](https://nodered.org/) plugin for wechat personal.

50 lines (49 loc) 1.34 kB
{ "name": "wechat4u", "version": "0.7.7", "description": "web wechat lib for user", "main": "lib/wechat.js", "scripts": { "compile": "babel src -d lib -s", "postinstall": "npm run compile", "lint": "eslint src", "clean": "rm -rf lib", "unit": "mocha test/unit.js --compilers js:babel-core/register", "test": "npm run lint && npm run unit", "core": "cross-env DEBUG=wechat,core node run-core.js" }, "dependencies": { "axios": "^1.1.3", "bl": "^6.0.0", "debug": "^4.3.4", "form-data": "^4.0.0", "lodash": "^4.17.21", "mime": "^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nodeWechat/wechat4u.git" }, "author": "nodeWechat", "license": "MIT", "bugs": { "url": "https://github.com/nodeWechat/wechat4u/issues" }, "homepage": "https://github.com/nodeWechat/wechat4u#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", "chai": "^4.3.6", "cross-env": "^7.0.3", "eslint": "^8.26.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^4.1.0", "mocha": "^10.1.0", "nock": "^13.2.9", "qrcode-terminal": "^0.12.0", "replay": "^2.4.0", "request": "^2.88.0" } }