-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.26 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "dijnet-bot",
"version": "3.0.3",
"description": "Az összes számlád még egy helyen",
"author": "Zsolt Jurányi (https://juzraai.github.io/)",
"license": "MIT",
"homepage": "https://github.com/juzraai/dijnet-bot#readme",
"bugs": {
"url": "https://github.com/juzraai/dijnet-bot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juzraai/dijnet-bot.git"
},
"keywords": [
"díjnet",
"dijnet",
"számla",
"szamla",
"bill",
"invoice",
"letöltés",
"lementés",
"másolat",
"backup",
"download",
"automation",
"save",
"crawler",
"spider",
"bot"
],
"bin": "index.js",
"main": "index.js",
"type": "module",
"scripts": {
"bundle": "node ./bundle.js",
"release": "standard-version && node ./bundle.js"
},
"dependencies": {
"cheerio": "1.0.0",
"commander": "^5.1.0",
"dotenv": "^16.4.7",
"got": "^14.4.5",
"kleur": "^4.1.5",
"lodash.deburr": "^4.1.0",
"mkdirp": "^3.0.1",
"prompts": "^2.3.2",
"single-instance": "0.0.1",
"tough-cookie": "^4.1.3"
},
"devDependencies": {
"browserify-banner": "^2.0.4",
"esbuild": "^0.19.12",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.43.1",
"prettier": "^3.4.2",
"standard-version": "^9.0.0"
}
}