wechat-pay-v3
Version:
Wechat Pay V3 SDK for Node.js
56 lines • 1.43 kB
JSON
{
"name": "wechat-pay-v3",
"version": "2.3.0",
"description": "Wechat Pay V3 SDK for Node.js",
"files": [
"dist"
],
"homepage": "https://github.com/wwog/wechat-pay-v3-sdk",
"bugs": "https://github.com/wwog/wechat-pay-v3-sdk/issues",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"funding": "https://github.com/wwog",
"scripts": {
"build": "tsup",
"lint": "eslint --cache --ext .tsx,.ts,.js,.jsx .",
"lint:fix": "eslint --cache --ext .tsx,.ts,.js,.jsx . --fix",
"format": "prettier --ignore-path .eslintignore --write ./src/**/*.ts",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"up": "npm run build && npm publish"
},
"keywords": [
"wechatpay",
"v3",
"sdk",
"wxpay",
"wx",
"wechat",
"pay"
],
"author": "wwog",
"license": "MIT",
"dependencies": {
"axios": "^1.3.4",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"tsup": "^6.7.0",
"typescript": "latest"
}
}