{ "name": "@kevisual/pay-check", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "ali": " tsx src/routes/pay/alipay/test.ts ", "ali:pay": " tsx src/routes/pay/alipay/test.ts ", "wechat": "tsx src/routes/pay/wechatpay/test.ts", "wechat:pay": "tsx src/routes/pay/wechatpay/test.ts", "scp": "rsync -avz . --exclude='node_modules' nova:~/dev/pay-check" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@kevisual/router": "0.0.9", "@kevisual/use-config": "^1.0.10", "alipay-sdk": "^4.13.0", "axios": "^1.8.4", "dotenv": "^16.4.7", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", "nanoid": "^5.1.5", "node-wechat-pay-sdk": "^0.1.2", "wechatpay-node-v3": "^2.2.1" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/lodash-es": "^4.17.12", "@types/node": "^22.13.13", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "tsx": "^4.19.3", "typescript": "^5.8.2" } }