{
  "name": "@jinyexin/wechat",
  "main": "dist/wechat.min.js",
  "types": "./dist/index.d.ts",
  "typings-debug": "./src/index",
  "version": "3.2.6",
  "private": false,
  "author": "Enix Jin",
  "email": "jinyexin@gmail.com",
  "url": "https://enixjin.net",
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:jinyexin/wechat.git"
  },
  "keywords": [
    "TypeScript",
    "Wechat"
  ],
  "files": [
    "config.js",
    "dist/**/*.d.ts",
    "dist/wechat.min.js",
    "dist/wechat.min.js.map"
  ],
  "license": "MIT",
  "scripts": {
    "start": "node app.js",
    "test": "ts-mocha -p src/tsconfig.json src/test/**/*.test.ts",
    "build": "webpack",
    "pub": "npm publish --access public"
  },
  "dependencies": {
    "@jinyexin/core": "^3.2.3",
    "xml2json": "^0.11.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/express": "^4.16.0",
    "@types/fs-extra": "^4.0.2",
    "@types/jsonwebtoken": "^7.2.8",
    "@types/mocha": "^2.2.43",
    "@types/node": "^8.10.39",
    "awesome-typescript-loader": "^3.2.3",
    "chai": "^4.2.0",
    "clean-webpack-plugin": "^0.1.18",
    "dts-bundle": "^0.7.2",
    "mocha": "^5.2.0",
    "source-map-loader": "^0.2.4",
    "terser-webpack-plugin": "^1.2.1",
    "ts-loader": "^5.3.3",
    "ts-mocha": "^2.0.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.12.1",
    "typedoc": "^0.5.10",
    "typescript": "^3.2.2",
    "webpack": "^4.28.1",
    "webpack-cli": "^3.2.1",
    "webpack-node-externals": "^1.7.2"
  }
}
