chore: 添加 .gitignore 并更新依赖与文档配置

This commit is contained in:
WJZ_P
2026-03-15 23:46:55 +08:00
parent f4beac1db2
commit b8649e5699
10 changed files with 2453 additions and 316 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "gemini-skill",
"version": "1.0.0",
"type": "module",
"main": "src/index.js",
"scripts": {
"demo": "node src/demo.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gemini",
"cdp",
"puppeteer",
"ai-image-generation"
],
"author": "",
"license": "ISC",
"description": "通过 CDP 操控 Gemini 网页进行 AI 问答与生图",
"dependencies": {
"puppeteer-core": "^24.39.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}