@tnwx/openmp
Version:
TNWX 微信系开发脚手架之缓存
55 lines (54 loc) • 1.14 kB
JSON
{
"name": "@tnwx/openmp",
"version": "2.5.6",
"description": "TNWX 微信系开发脚手架之缓存",
"keywords": [
"tnw",
"tnwx",
"wxpay",
"wxmp",
"wechat",
"miniprogram",
"微信支付",
"微信公众号",
"微信小程序",
"微信小游戏",
"企业微信",
"微信开放平台"
],
"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"
},
"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": {
"@tnwx/commons": "^2.5.6"
},
"gitHead": "7ef6c066b915b147924cd1660e2b0148aba29b5b"
}