@neuit/wemp
Version:
用于管理微信服务号的Node.js接口库
40 lines (39 loc) • 810 B
JSON
{
"name": "@neuit/wemp",
"version": "1.0.3",
"description": "用于管理微信服务号的Node.js接口库",
"main": "lib/main.js",
"scripts": {
"test": "jest ./test/main.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverhyx/wemp.git"
},
"keywords": [
"公众号",
"服务号",
"微信",
"服务端",
"Node.js"
],
"author": "宁波诺幺信息技术有限公司",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliverhyx/wemp/issues"
},
"homepage": "https://github.com/oliverhyx/wemp#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"jest": "^26.6.3"
},
"jest": {
"testEnvironment": "node",
"verbose": true
}
}