{
  "name": "wsign",
  "version": "0.2.3",
  "description": "generate wechat / wework pay signture",
  "main": "index.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "author": "YoneyY <yoneyy@163.com>",
  "license": "MIT",
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "url": "https://github.com/yoneyy/wxsign.git",
    "type": "github"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "wxsign",
    "wechat",
    "wework",
    "wechat pay",
    "wework pay",
    "wechat pay sign",
    "wework pay sign"
  ],
  "scripts": {
    "dev": "tsc -p tsconfig.json -w",
    "build": "node scripts/build.js",
    "prepublishOnly": "yarn build"
  },
  "devDependencies": {
    "@types/node": "^17.0.18",
    "ts-node": "^10.5.0",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "strdm": "^0.2.14"
  }
}
