-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
178 lines (178 loc) · 5.55 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "apify-cli",
"version": "0.21.0",
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "tsx ./bin/dev.js",
"test": "vitest run",
"test-python": "vitest run -t '.*\\[python\\]'",
"test:cucumber": "cross-env NODE_OPTIONS=\"--import tsx\" cucumber-js",
"lint": "eslint src test .yarn/plugins --ext .ts,.cjs,.mjs",
"lint:fix": "eslint src test .yarn/plugins --fix --ext .ts,.cjs,.mjs",
"format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"",
"format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"",
"clean": "rimraf dist",
"build": "yarn clean && tsc && tsc -p tsconfig.typechecking.json",
"postpack": "rimraf oclif.manifest.json",
"prepack": "yarn build && oclif manifest && oclif readme && oclif readme --readme-path=docs/reference.md",
"postinstallDev": "yarn build && node ./bin/run.js check-version && node ./dist/lib/community.js"
},
"files": [
"dist",
"oclif.manifest.json",
"bin"
],
"bin": {
"apify": "./bin/run.js"
},
"contributors": [
"Jakub Drobník <jakub.drobnik@apify.com>",
"Jan Curn <jan@apify.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apify/apify-cli.git"
},
"keywords": [
"apify",
"client",
"node",
"command",
"line",
"bash"
],
"author": {
"name": "Apify",
"email": "support@apify.com",
"url": "https://www.apify.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apify/apify-cli/issues"
},
"homepage": "https://github.com/apify/apify-cli#readme",
"engines": {
"node": ">=18"
},
"dependencies": {
"@apify/actor-templates": "~0.1.5",
"@apify/consts": "~2.33.0",
"@apify/input_schema": "~3.12.0",
"@apify/utilities": "~2.10.6",
"@crawlee/memory-storage": "~3.12.0",
"@oclif/core": "~4.0.17",
"@oclif/plugin-help": "~6.2.8",
"@root/walk": "~1.1.0",
"@sapphire/duration": "^1.1.2",
"@sapphire/timestamp": "^1.0.3",
"adm-zip": "~0.5.15",
"ajv": "~8.17.1",
"apify-client": "~2.10.0",
"archiver": "~7.0.1",
"axios": "~1.7.3",
"chalk": "~5.3.0",
"cli-table3": "^0.6.5",
"computer-name": "~0.1.0",
"configparser": "~0.3.10",
"cors": "~2.8.5",
"detect-indent": "~7.0.1",
"escape-string-regexp": "~5.0.0",
"express": "~4.21.0",
"fs-extra": "^11.2.0",
"globby": "~14.0.2",
"handlebars": "~4.7.8",
"inquirer": "~12.1.0",
"is-ci": "~3.0.1",
"is-online": "~11.0.0",
"istextorbinary": "~9.5.0",
"jju": "~1.4.0",
"load-json-file": "~7.0.1",
"lodash.clonedeep": "^4.5.0",
"mime": "~4.0.4",
"mixpanel": "~0.18.0",
"open": "~10.1.0",
"ow": "~2.0.0",
"rimraf": "~6.0.1",
"semver": "~7.6.3",
"tiged": "~2.12.7",
"underscore": "~1.13.7",
"write-json-file": "~6.0.0"
},
"devDependencies": {
"@apify/eslint-config": "^0.4.0",
"@apify/eslint-config-ts": "^0.4.1",
"@apify/tsconfig": "^0.1.0",
"@biomejs/biome": "^1.8.3",
"@crawlee/types": "^3.11.1",
"@cucumber/cucumber": "^11.0.0",
"@oclif/test": "^4.0.8",
"@sapphire/result": "^2.6.6",
"@types/adm-zip": "^0.5.5",
"@types/archiver": "^6.0.2",
"@types/chai": "^4.3.17",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11",
"@types/inquirer": "^9.0.7",
"@types/is-ci": "^3.0.4",
"@types/jju": "^1.4.5",
"@types/lodash.clonedeep": "^4",
"@types/mime": "^4.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.5.8",
"@types/underscore": "^1.11.15",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@yarnpkg/core": "^4.1.2",
"apify": "^3.2.4",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"execa": "^9.3.0",
"lint-staged": "^15.2.8",
"mock-stdin": "^1.0.0",
"oclif": "^4.14.15",
"prettier": "^3.3.3",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"oclif": {
"bin": "apify",
"dirname": "apify",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help"
],
"hooks": {
"init": [
"./dist/hooks/init"
],
"prerun": [
"./dist/hooks/deprecations"
]
},
"helpClass": "./dist/lib/apify-oclif-help",
"additionalHelpFlags": [
"-h"
],
"additionalVersionFlags": [
"-v"
],
"topicSeparator": " "
},
"volta": {
"node": "22.11.0",
"yarn": "4.5.1"
},
"packageManager": "yarn@4.5.1",
"lint-staged": {
"*": "biome format --write --no-errors-on-unmatched",
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
"*.md": "prettier --write"
}
}