2025-04-07 16:56:32 +08:00

51 lines
1.3 KiB
JSON

{
"name": "@kevisual/pay-check",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"basename": "/root/pay-check",
"app": {
"key": "pay-check",
"entry": "dist/index.js",
"type": "system-app"
},
"files": [
"dist"
],
"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",
"build": "tsup",
"scp": "rsync -avz . --exclude='node_modules' nova:~/dev/pay-check",
"pub": "ev pack -u -p",
"deploy": "envision pack-deploy c866143d-d333-4fea-b25e-791d4c34edc6 -k pay-check -f -i"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@kevisual/wechatpay": "^2.2.1",
"alipay-sdk": "^4.13.0",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@kevisual/router": "0.0.9",
"@kevisual/use-config": "^1.0.10",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.13",
"axios": "^1.8.4",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"nanoid": "^5.1.5",
"sequelize": "^6.37.6",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}