pay-center-code/package.json
2025-04-07 16:55:22 +08:00

31 lines
799 B
JSON

{
"name": "pay-center-code",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.7.1",
"type": "module",
"dependencies": {
"@kevisual/code-center-module": "0.0.18",
"@kevisual/mark": "0.0.7",
"@kevisual/router": "0.0.10",
"@kevisual/use-config": "^1.0.10",
"cookie": "^1.0.2",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"formidable": "^3.5.2",
"ioredis": "^5.6.0",
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
"pg": "^8.14.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"sequelize": "^6.37.7"
}
}