Files
claw/package.json

21 lines
387 B
JSON

{
"name": "claw-new",
"version": "1.0.0",
"description": "sgClaw 项目仓库。",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"puppeteer": "^24.41.0"
}
}