1 Star 0 Fork 0

蔺智伟/拼多多自动化导出用户订单数据为excel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.60 KB
一键复制 编辑 原始数据 按行查看 历史
蔺智伟 提交于 2024-08-31 15:31 . 'puppteer自动化操作'
{
"name": "electron-automation",
"version": "1.9.0",
"description": "A fast, desktop software development framework",
"main": "main.js",
"softName": "蒲公英自动化上传工具",
"scripts": {
"start": "electron .",
"dev": "electron . --env=local",
"build-w": "electron-builder -w",
"build-m": "electron-builder -m",
"build-l": "electron-builder -l deb tar.xz",
"web-start": "egg-scripts start --daemon --title=electron-egg --ignore-stderr --env=prod --workers=1",
"web-stop": "egg-scripts stop --title=electron-egg",
"web-dev": "egg-bin dev",
"rd": "node ./tools/replace_dist --dist_dir=./frontend/dist",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"test": "tap",
"posttest": "npm run lint"
},
"build": {
"productName": "蒲公英自动化上传工具",
"appId": "com.electron.automation",
"copyright": "wallace5303",
"directories": {
"output": "out"
},
"asar": true,
"files": [
"**/*"
],
"electronDownload": {
"mirror": "https://npm.taobao.org/mirrors/electron/"
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "./build/icons/icon.ico",
"uninstallerIcon": "./build/icons/icon.ico",
"installerHeaderIcon": "./build/icons/icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "蒲公英自动化上传工具"
},
"publish": [
{
"provider": "generic",
"url": "https://github.com/wallace5303/electron-egg"
}
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico",
"artifactName": "${productName}_windows_${version}.${ext}",
"target": [
{
"target": "nsis",
"arch": [
"ia32"
]
}
]
},
"linux": {
"icon": "build/icons/256x256.png",
"target": [
"deb"
]
}
},
"keywords": [
"Electron",
"Egg"
],
"author": "GitHub Inc.",
"license": "Apache",
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"devtron": "^1.4.0",
"egg-bin": "^4.12.3",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"electron": "^21.4.4",
"electron-builder": "^22.7.0",
"electron-rebuild": "^3.2.9",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"eslint-plugin-prettier": "^3.0.1",
"fs-extra": "^9.1.0",
"microtime": "^3.0.0",
"prettier": "^1.16.4",
"webstorm-disable-index": "^1.2.0"
},
"dependencies": {
"await-event": "^2.1.0",
"cfork": "^1.7.1",
"chokidar": "^3.5.1",
"clipboard": "^2.0.8",
"cluster-reload": "^1.0.2",
"co": "^4.6.0",
"dayjs": "^1.11.13",
"deasync": "^0.1.30",
"debug": "^4.1.1",
"depd": "^2.0.0",
"desktop-screenshot": "^0.1.1",
"detect-port": "^1.3.0",
"egg": "^2.15.1",
"egg-cluster": "^1.26.0",
"egg-cors": "^2.2.0",
"egg-jwt": "^3.1.6",
"egg-logger": "^2.3.2",
"egg-scripts": "^2.13.0",
"egg-utils": "^2.4.1",
"egg-view-ejs": "^2.0.0",
"electron": "^23.0.0",
"electron-is": "^3.0.0",
"electron-log": "^4.2.2",
"electron-rebuild": "^3.2.9",
"electron-reload": "^1.5.0",
"electron-updater": "^4.3.5",
"fs-extra": "^9.1.0",
"get-port": "^5.1.1",
"get-ready": "^2.0.1",
"glob": "^7.1.6",
"graceful-process": "^1.2.0",
"html2canvas": "^1.0.0-rc.7",
"is-type-of": "^1.2.1",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"menu": "^0.2.5",
"mz-modules": "^2.1.0",
"ps-tree": "^1.2.0",
"puppeteer": "^23.2.1",
"puppeteer-core": "^23.2.1",
"robot": "^0.3.0",
"robotjs": "^0.6.0",
"semver": "^5.4.1",
"sendmessage": "^1.1.0",
"socket.io": "^3.0.5",
"socket.io-client": "^3.0.5",
"utility": "^1.15.0"
},
"files": [
"bin/",
"lib/"
],
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.17.0"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xilidg/pinduoduo.git
git@gitee.com:xilidg/pinduoduo.git
xilidg
pinduoduo
拼多多自动化导出用户订单数据为excel
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385