wechat-lite
Version:
wechat js api
58 lines (57 loc) • 1.15 kB
JSON
{
"name": "wechat-lite",
"version": "3.2.1",
"description": "wechat js api",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"bin": {
"wxapp": "bin/wxapp",
"wechat": "bin/wechat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/song940/wechat-lite.git"
},
"keywords": [
"wechat",
"js",
"api"
],
"author": "lsong",
"license": "MIT",
"bugs": {
"url": "https://github.com/song940/wechat-lite/issues"
},
"homepage": "https://github.com/song940/wechat-lite",
"dependencies": {
"fast-gbk": "^0.0.1",
"form-data": "^3.0.0",
"glob": "*",
"jstoxml": "*",
"kelp-cli": "latest",
"mkdirp": "latest",
"xml2js": "*",
"xttp": "latest"
},
"engines": {
"node": ">=8.11.1"
},
"directories": {
"doc": "docs",
"example": "example",
"lib": "lib",
"test": "test"
},
"devDependencies": {
"kelp": "^1.0.4",
"kelp-body": "^1.2.0",
"kelp-config": "^1.2.3",
"kelp-logger": "^1.1.0",
"kelp-route": "^1.1.1",
"kelp-send": "^1.0.0",
"kelp-static": "^1.0.1",
"mocha": "*"
}
}