Files
ksapi/downKsVideo/package.json
编码猿 a7e0ff2c1a 233
2025-08-29 22:03:36 +08:00

19 lines
421 B
JSON

{
"name": "autoKuaiShou",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node --max-old-space-size=20240 src/index.js",
"http": "node-dev app.js",
"zb": "node-dev src/visionProfileLikePhotoList.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0"
}
}