douyin/node/package.json
2024-03-16 02:10:01 +08:00

20 lines
418 B
JSON

{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"post-img": "cd post && node process-post-img.js",
"post-list": "node process-post-list.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"nanoid": "^5.0.6",
"request": "^2.88.2"
}
}