16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "autoKuaiShou",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "node --max-old-space-size=20240 src/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graphql": "^15.5.0",
|
|
"graphql-request": "^3.4.0"
|
|
}
|
|
} |