@tnwx2/opencp
Version:
TTNWX 微信系开发脚手架之企业微信开放平台
58 lines (57 loc) • 1.24 kB
JSON
{
"name": "@tnwx2/opencp",
"version": "1.0.6",
"description": "TTNWX 微信系开发脚手架之企业微信开放平台",
"keywords": [
"tnw",
"tnwx",
"wxpay",
"wxmp",
"wechat",
"miniprogram",
"opencp",
"wxcp",
"微信支付",
"微信公众号",
"微信小程序",
"微信小游戏",
"企业微信",
"微信开放平台"
],
"author": "javen205 <javendev@126.com>",
"homepage": "http://gitee.com/javen205/TNWX",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+http://gitee.com/javen205/TNWX.git"
},
"scripts": {
"tsc": "tsc",
"watch": "tsc --watch",
"prettier": "prettier --check 'src/**/*.ts'",
"test": "jest --passWithNoTests"
},
"jest": {
"testEnvironment": "node"
},
"bugs": {
"url": "http://gitee.com/javen205/TNWX/issues"
},
"dependencies": {
"@tnwx2/accesstoken": "^1.0.5"
},
"gitHead": "de17f3d1536412a3ed863c8a24a8cc2ae6a917d6"
}