forked from ryuzein/Mutasi-Scrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "mutasi-scraper",
"version": "2.2.17",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "jest",
"start": "node server.js",
"example": "node ./examples/example"
},
"author": "Abdul Muttaqin",
"license": "MIT",
"description": "Scrap all settlement from indonesian banks",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"date-format": "^4.0.10",
"karma-chrome-launcher": "^3.2.0",
"moment": "^2.29.4",
"puppeteer": "^20.8.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-adblocker": "^2.13.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"simple-socks": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fdciabdul/mutasi-scraper.git"
},
"keywords": [
"mutasi",
"mutasi",
"scraper"
],
"bugs": {
"url": "https://github.com/fdciabdul/mutasi-scraper/issues"
},
"homepage": "https://github.com/fdciabdul/mutasi-scraper#readme"
}