auto-account-machine/package.json
dengqichen bf55bcee27 aaaaa
2025-11-16 19:46:13 +08:00

31 lines
607 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": {
"commander": "^11.0.0",
"puppeteer": "^21.11.0"
},
"engines": {
"node": ">=14.0.0"
}
}