-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "bot-get-product-shopee",
"version": "1.0.0",
"main": "index.js",
"repository": "https://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@github.com/Manusiabodoh4/bot-get-product-shopee.git",
"author": "Manusiabodoh4 <technoboth@gmail.com>",
"license": "MIT",
"scripts": {
"start": "nodemon index.js",
"testing": "node ./lib/node/usage.js"
},
"dependencies": {
"axios": "^0.26.1",
"cors": "^2.8.5",
"exceljs": "^4.3.0",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"image-size": "^1.0.1",
"jimp": "^0.16.1",
"joi": "^17.6.0",
"mongoose": "^6.2.3",
"puppeteer": "^13.4.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0",
"uuid": "^8.3.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}