-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
147 lines (147 loc) · 5.09 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@disane-dev/docudigger",
"version": "2.0.7",
"description": "Universal and extensible document scraper to get documents from pages (like customer portals etc.)",
"author": "Marco Franke @Disane87",
"bin": {
"docudigger": "./bin/run"
},
"homepage": "https://github.com/disane87/docudigger",
"license": "MIT",
"main": "dist/index.js",
"repository": "disane87/docudigger",
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/package.json",
"/README.md",
"/CHANGELOG.md"
],
"dependencies": {
"@oclif/core": "^4.0.31",
"@oclif/plugin-commands": "^4.1.5",
"@oclif/plugin-help": "^6.0.22",
"@oclif/plugin-plugins": "^5.1.3",
"luxon": "^3.4.4",
"node-cron": "^3.0.3",
"puppeteer": "^23.6.1",
"winston": "^3.13.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.13.0",
"@oclif/test": "^4.0.2",
"@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/chai": "^5.0.1",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.6",
"@types/node": "^22.8.5",
"@types/node-cron": "^3.0.11",
"@types/puppeteer": "^7.0.4",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"chai": "^5.1.1",
"commitlint": "^19.5.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-changelog-eslint": "^6.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"env-cmd": "^10.1.0",
"envfile": "^7.1.0",
"eslint": "^9.13.0",
"eslint-config-love": "^96.0.0",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.12",
"eslint-config-prettier": "^9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^7.1.0",
"globals": "^15.11.0",
"husky": "^9.0.11",
"mocha": "^10.8.2",
"oclif": "^4.11.3",
"semantic-release": "^24.2.0",
"semantic-release-github-pullrequest": "1.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.12.2"
},
"oclif": {
"bin": "docudigger",
"dirname": "docudigger",
"commands": {
"strategy": "pattern",
"target": "./dist/commands",
"globPatterns": [
"**/*.+(js|cjs|mjs|ts|tsx|mts|cts)",
"!**/*.helper.(ts|js|d|d.ts|d.js)"
]
},
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins",
"@oclif/plugin-commands"
],
"topicSeparator": " ",
"topics": {
"scrape": {
"description": "Scrape tha interwebz"
}
},
"hooks": {
"prerun": "./dist/hooks/prerun/prerun"
}
},
"scripts": {
"postinstall": "npx --yes ignore-dependency-scripts \"ts-node ./scripts/postinstall.ts\"",
"prestart": "npm run lint",
"start": "cd ./bin && dev scrape amazon",
"start:debug": "node --inspect=0.0.0.0:9229 ./bin/run scrape all",
"prebuild": "npm run clean && npm run lint",
"build": "tsc -b",
"lint": "eslint ./src --fix",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "npm run lint",
"prepack": "npm shrinkwrap",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "npx oclif readme",
"presemantic-release": "npm run build",
"semantic-release": "npx semantic-release",
"semantic-release:dry": "env-cmd npm run semantic-release -- -d --no-ci",
"semantic-release:run": "cross-env HUSKY=0 env-cmd npm run semantic-release -- --no-ci",
"semantic-release:ci": "npm run semantic-release",
"docker:release": "npm run clean && npm run push:docker",
"prepare": "husky && npm install -g @commitlint/cli @commitlint/config-conventional",
"clean": "shx rm -rf dist && npx mkdirp ./dist && shx rm -rf archive && npx mkdirp ./archive",
"prebuild:image": "npm pack && ts-node ./scripts/docker-version.ts",
"build:image": "env-cmd cross-var docker build --build-arg DOCUDIGGER_VERSION=$RELEASE_DOCKER_VERSION --pull --rm -f dockerfile -t ghcr.io/disane87/docudigger:$RELEASE_DOCKER_VERSION -t ghcr.io/disane87/docudigger:$GIT_BRANCH .",
"prestart:docker": "npm run build:image",
"start:docker": "docker run --env-file .env -v \"C:/temp/docudigger/:/app/docudigger\" ghcr.io/disane87/docudigger:dev",
"prepush:docker": "cross-var npm run build:image",
"push:docker": "cross-var docker push ghcr.io/disane87/docudigger -a",
"check:updates": "npx npm-check -u",
"test:actions": "act --secret-file .secrets"
},
"engines": {
"node": ">=12.0.0"
},
"bugs": "https://github.com/Disane87/docudigger/issues",
"keywords": [
"Documents scraper invoices"
],
"types": "dist/index.d.ts"
}