@wigetapp/opencp
Version:
wxs 微信系开发脚手架之企业微信开放平台
57 lines (56 loc) • 1.19 kB
JSON
{
"name": "@wigetapp/opencp",
"version": "0.1.6",
"description": "wxs 微信系开发脚手架之企业微信开放平台",
"keywords": [
"wx",
"wxs",
"wxpay",
"wxmp",
"wechat",
"miniprogram",
"opencp",
"wxcp",
"微信支付",
"微信公众号",
"微信小程序",
"微信小游戏",
"企业微信",
"微信开放平台"
],
"author": "kroawen <kroawen7@163.com>",
"homepage": "http://gitee.com/kroawen/wxs",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+http://gitee.com/kroawen/wxs.git"
},
"scripts": {
"tsc": "tsc",
"watch": "tsc --watch",
"prettier": "prettier --check 'src/**/*.ts'",
"test": "jest --passWithNoTests"
},
"jest": {
"testEnvironment": "node"
},
"bugs": {
"url": "http://gitee.com/kroawen/wxs/issues"
},
"dependencies": {
"@wigetapp/accesstoken": "^0.1.6"
},
"gitHead": "50d6c0841bd8a825366614e6cf736f81ffe55ef3"
}