{ "name": "wechat-pay-native", "version": "1.0.0", "description": "WeChat Pay Native payment page with Express", "main": "app.js", "scripts": { "start": "node app.js", "dev": "nodemon app.js" }, "dependencies": { "axios": "^1.7.0", "ejs": "^3.1.10", "express": "^4.19.0", "qrcode": "^1.5.4", "uuid": "^9.0.1", "xml2js": "^0.6.2" }, "devDependencies": { "nodemon": "^3.1.0" } }