This commit is contained in:
louiscklaw
2025-02-01 20:19:28 +08:00
commit 8013ac2455
274 changed files with 26971 additions and 0 deletions

17
carousell/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "carousell",
"version": "1.0.0",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"node-fetch": "^3.3.2",
"postman-request": "^2.88.1-postman.40"
}
}