{ "name": "wechat-jssdk", "version": "5.1.0", "description": "WeChat JS-SDK integration with NodeJS and Web", "main": "./lib/index.js", "source": "./lib/client.js", "browser": "./dist/client.umd.js", "engines": { "node": ">= 8.6" }, "scripts": { "start": "DEBUG=wechat* node ./demo/index.js", "dev": "DEBUG=wechat* nodemon -w ./lib -w ./demo ./demo/index.js", "test": "_mocha --exit test/**/*.js", "coverage": "nyc npm run test && nyc report --reporter=lcov", "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls", "build": "microbundle -f umd -o dist/client.js --name WechatJSSDK --no-sourcemap", "watch": "microbundle --watch -f umd -o dist/client.js --name WechatJSSDK", "prepublishOnly": "npm run build" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "**/*.js": [ "prettier --write", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/JasonBoy/wechat-jssdk.git" }, "keywords": [ "wechat", "weixin", "node", "jssdk", "wechat share", "mini program" ], "author": "Jason Jiang", "license": "MIT", "bugs": { "url": "https://github.com/JasonBoy/wechat-jssdk/issues" }, "homepage": "https://github.com/JasonBoy/wechat-jssdk#readme", "dependencies": { "date-fns": "2.9.0", "debug": "4.1.1", "got": "9.6.0", "lodash.isempty": "4.4.0", "mongoose": "5.11.7", "xml2js": "0.4.23" }, "devDependencies": { "body-parser": "1.19.0", "chai": "4.2.0", "cookie-parser": "1.4.4", "coveralls": "3.0.9", "express": "4.17.1", "express-session": "1.17.0", "husky": "3.0.9", "lint-staged": "9.4.2", "lowdb": "1.0.0", "microbundle": "0.12.0-next.3", "mocha": "6.2.1", "nodemon": "2.0.2", "nunjucks": "3.2.0", "nyc": "15.0.0", "prettier": "1.19.1" }, "files": [ "dist/client.umd.js", "lib", "test", ".coveralls.yml", ".travis.yml", "LICENSE", "package.json", "README.md" ] }