@tnwx/kits
Version:
TNWX 微信系开发脚手架之工具集合
67 lines (66 loc) • 1.46 kB
JSON
{
"name": "@tnwx/kits",
"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": {
"axios": "^0.19.0",
"concat-stream": "^2.0.0",
"request": "^2.88.0",
"urlencode": "^1.1.0",
"uuid": "^3.3.3",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@types/concat-stream": "^1.6.0",
"@types/request": "^2.48.3",
"@types/urlencode": "^1.1.1",
"@types/uuid": "^3.4.6",
"@types/xml2js": "^0.4.5"
},
"gitHead": "7ef6c066b915b147924cd1660e2b0148aba29b5b"
}