auto-account-machine/package.json
2025-11-17 17:26:10 +08:00

38 lines
826 B
JSON

{
"name": "auto-account-machine",
"version": "1.0.0",
"description": "自动化工具集 - 虚拟数据生成工具",
"main": "src/index.js",
"bin": {
"aam": "./bin/aam"
},
"scripts": {
"start": "node src/index.js",
"card": "node src/index.js card",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"generator",
"credit-card",
"tools",
"automation",
"virtual-data"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.13.2",
"commander": "^11.0.0",
"dotenv": "^17.2.3",
"imap": "^0.8.19",
"mailparser": "^3.6.5",
"mysql2": "^3.6.5",
"node-capsolver": "^1.2.0",
"puppeteer": "npm:rebrowser-puppeteer@^23.9.0",
"puppeteer-real-browser": "^1.4.4"
},
"engines": {
"node": ">=14.0.0"
}
}