{ "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": { "commander": "^11.0.0", "puppeteer": "npm:rebrowser-puppeteer@^23.9.0", "imap": "^0.8.19", "mailparser": "^3.6.5" }, "engines": { "node": ">=14.0.0" } }