{
  "name": "wechat-jssdk-test-ts",
  "version": "6.0.1-alpha.0",
  "description": "Next-Generation WeChat JS-SDK integration with NodeJS",
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "engines": {
    "node": ">= 10"
  },
  "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  -i lib/client/index.ts -f umd -o dist/client/index.js --target web --name WechatJSSDK --no-sourcemap --tsconfig lib/client/tsconfig.json",
    "watch": "microbundle -i lib/client/index.ts --watch -f umd -o dist/client/index.js --name WechatJSSDK --tsconfig lib/client/tsconfig.json",
    "prepublishOnly": "npm run build",
    "lint": "tsc --noEmit && eslint '{lib,test}/**/*.{js,ts}'",
    "lintOnly": "eslint 'lib/**/*.{js,ts}'",
    "compile": "tsc"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,ts,json}": [
      "prettier --write"
    ]
  },
  "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.14.0",
    "debug": "4.1.1",
    "got": "11.3.0",
    "lodash.isempty": "4.4.0",
    "mongoose": "5.9.20",
    "xml2js": "0.4.23"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "3.4.0",
    "@typescript-eslint/parser": "3.4.0",
    "body-parser": "1.19.0",
    "chai": "4.2.0",
    "cookie-parser": "1.4.5",
    "coveralls": "3.1.0",
    "eslint": "7.3.1",
    "eslint-config-prettier": "6.11.0",
    "eslint-plugin-prettier": "3.1.4",
    "express": "4.17.1",
    "express-session": "1.17.1",
    "husky": "4.2.3",
    "jest": "26.1.0",
    "lint-staged": "10.1.0",
    "lowdb": "1.0.0",
    "microbundle": "0.12.2",
    "mocha": "6.2.1",
    "nodemon": "2.0.4",
    "nunjucks": "3.2.1",
    "nyc": "15.1.0",
    "prettier": "2.0.5",
    "ts-jest": "26.1.1",
    "typescript": "3.9.5"
  },
  "files": [
    "dist",
    "lib",
    "test",
    ".coveralls.yml",
    ".travis.yml",
    "LICENSE",
    "package.json",
    "package-lock.json",
    "README.md"
  ]
}
