UNPKG

koa3-wechat

Version:

wechat api modified by windsome.feng

58 lines (57 loc) 1.51 kB
{ "name": "koa3-wechat", "version": "1.1.9", "description": "wechat api modified by windsome.feng", "main": "index.js", "scripts": { "build": "npm run build:lib", "build:lib": "babel src --out-dir lib", "beauty": "prettier --single-quote --write 'src/**/*.{js,jsx,css,scss}'", "test": "make test-all" }, "repository": { "type": "git", "url": "https://github.com/windsome/koa3-wechat" }, "keywords": [ "wechat", "wexin" ], "author": "windsome", "license": "MIT", "dependencies": { "ejs": "^2.5.6", "formstream": "^1.1.0", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.4", "raw-body": "^2.2.0", "wechat-crypto": "0.0.2", "xml2js": "0.4.4" }, "devDependencies": { "babel-cli": "^6.3.17", "babel-core": "^6.3.26", "babel-eslint": "^5.0.0-beta9", "babel-loader": "^6.2.0", "babel-plugin-transform-class-properties": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-stage-0": "^6.22.0", "babel-register": "^6.3.13", "babel-runtime": "^6.23.0", "coveralls": "^2.12.0", "expect.js": "^0.3.1", "istanbul-harmony": "^0.3.16", "koa": "^0.13.0", "koa-generic-session": "^1.11.5", "mocha": "^3.2.0", "mocha-lcov-reporter": "^1.3.0", "muk": "^0.5.3", "prettier": "^1.15.3", "redis": "^2.7.1", "rewire": "^2.5.2", "should": "~3.0.0", "supertest": "^3.0.0", "travis-cov": "^0.2.5" } }