UNPKG

@jeff-tian/mp

Version:

Wechat mp sdk. 微信公众号开发包

51 lines (50 loc) 1.13 kB
{ "name": "@jeff-tian/mp", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "provenance": false }, "version": "3.0.23", "description": "Wechat mp sdk. 微信公众号开发包", "keywords": [ "mp", "wechat", "微信", "公众号", "nodejs" ], "author": "Jeff Tian <jeff.tian@outlook.com>", "homepage": "https://wechat.pa-ca.me", "license": "ISC", "main": "lib/mp.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/Jeff-Tian/jeff-tian.git", "directory": "packages/mp" }, "scripts": { "test": "mocha --timeout 3000 --require intelli-espower-loader __tests__/**/*.test.js" }, "bugs": { "url": "https://github.com/Jeff-Tian/jeff-tian/issues" }, "devDependencies": { "chai": "4.4.1", "mocha": "^10.2.0", "nock": "^13.5.3" }, "dependencies": { "axios": "^1.6.7", "fastify": "^4.26.1", "markdown-it": "^14.0.0" }, "gitHead": "62f6a4c68cc93759a68d7f6887bc3b434aada78e" }