UNPKG

@jeff-tian/mp

Version:

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

49 lines (48 loc) 1.07 kB
{ "name": "@jeff-tian/mp", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "version": "3.0.12", "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" }, "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": "6bf9c252c43e9624b749e7a7e5944d454e1f0d6a" }