-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "pricescrapper",
"version": "1.0.0",
"description": "- This project is a initial release of price scrapper of Mcdonalds Australia via its Native Andorid Application.",
"main": "index.js",
"scripts": {
"test": "wdio"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kripu77/Pricescrapper.git"
},
"keywords": [],
"author": "Kripu Khadka",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kripu77/Pricescrapper/issues"
},
"homepage": "https://github.com/Kripu77/Pricescrapper#readme",
"dependencies": {
"@wdio/cli": "^9.2.14",
"@wdio/local-runner": "^9.2.15",
"@wdio/mocha-framework": "^7.19.5",
"@wdio/sync": "^7.19.5",
"csvtojson": "^2.0.10",
"exceljs": "^4.3.0",
"utf8": "^3.0.0",
"webdriverio": "^7.19.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"fibers": "^5.0.1"
}
}