UNPKG

wechatpay-nextjs-v3

Version:
35 lines (34 loc) 848 B
{ "name": "wechatpay-nextjs-v3", "version": "1.0.1", "description": "微信支付v3版本工具包Next.js版本", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "docs" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "patch:version": "npm version patch", "release": "bun run build && npm publish --registry=https://registry.npmjs.org/ && npm version patch --registry=https://registry.npmjs.org/" }, "keywords": [ "wechatpay", "wechat-pay", "微信支付", "微信支付v3", "微信支付-next.js", "微信支付v3-next.js" ], "author": "ervinyang", "repository": { "type": "git", "url": "https://github.com/ervinyan9/wechatpay-nextjs-v3.git" }, "license": "MIC", "peerDependencies": {}, "devDependencies": {} }