Skip to content

Commit a6ec72f

Browse files
committed
chore: rebase
1 parent 184a5e6 commit a6ec72f

2 files changed

Lines changed: 212 additions & 784 deletions

File tree

package.json

Lines changed: 181 additions & 181 deletions
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,183 @@
11
{
2-
"name": "apify-cli",
3-
"version": "1.4.2",
4-
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
5-
"exports": "./dist/index.js",
6-
"type": "module",
7-
"scripts": {
8-
"dev:apify": "tsx ./src/entrypoints/apify.ts",
9-
"dev:actor": "tsx ./src/entrypoints/actor.ts",
10-
"test:all": "pnpm run test:local && pnpm run test:api",
11-
"test:local": "vitest run --testNamePattern \"^((?!\\[api]).)*$\" --exclude ./test/api --exclude ./test/e2e",
12-
"test:e2e": "vitest run --testNamePattern \"\\[e2e\\]\" --exclude ./test/api",
13-
"test:e2e:local": "vitest run --testNamePattern \"^(?=.*\\[e2e\\])(?!.*\\[api\\]).*$\" --exclude ./test/api",
14-
"test:api": "vitest run --testNamePattern \"\\[api\\]\" --exclude ./test/e2e",
15-
"test:python": "vitest run --testNamePattern \"\\[python\\]\"",
16-
"test:cucumber": "cross-env NODE_OPTIONS=\"--import tsx\" cucumber-js",
17-
"lint": "eslint src test scripts features website",
18-
"lint:fix": "eslint src test scripts features website --fix",
19-
"format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"",
20-
"format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"",
21-
"clean": "rimraf dist",
22-
"build": "pnpm run clean && tsc && tsup",
23-
"build-bundles": "bun run scripts/build-cli-bundles.ts",
24-
"prepack": "pnpm run insert-cli-metadata && pnpm run build && pnpm run update-docs",
25-
"insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts",
26-
"update-docs": "tsx scripts/generate-cli-docs.ts",
27-
"postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\"",
28-
"prepare": "husky"
29-
},
30-
"files": [
31-
"dist"
32-
],
33-
"bin": {
34-
"actor": "./dist/actor.js",
35-
"apify": "./dist/apify.js",
36-
"apify-cli": "./dist/apify.js"
37-
},
38-
"contributors": [
39-
"Jakub Drobník <jakub.drobnik@apify.com>",
40-
"Jan Curn <jan@apify.com>",
41-
"Vlad Frangu <vlad.frangu@apify.com>"
42-
],
43-
"repository": {
44-
"type": "git",
45-
"url": "git+https://github.com/apify/apify-cli.git"
46-
},
47-
"keywords": [
48-
"apify",
49-
"client",
50-
"node",
51-
"command",
52-
"line",
53-
"bash"
54-
],
55-
"author": {
56-
"name": "Apify",
57-
"email": "support@apify.com",
58-
"url": "https://www.apify.com"
59-
},
60-
"license": "Apache-2.0",
61-
"bugs": {
62-
"url": "https://github.com/apify/apify-cli/issues"
63-
},
64-
"homepage": "https://github.com/apify/apify-cli#readme",
65-
"engines": {
66-
"node": ">=20"
67-
},
68-
"dependencies": {
69-
"@apify/actor-memory-expression": "^0.1.10",
70-
"@apify/actor-templates": "^0.1.5",
71-
"@apify/consts": "^2.52.0",
72-
"@apify/input_schema": "^3.27.1",
73-
"@apify/utilities": "^2.25.6",
74-
"@crawlee/memory-storage": "^3.16.0",
75-
"@inquirer/core": "^11.1.7",
76-
"@inquirer/input": "^5.0.10",
77-
"@inquirer/password": "^5.0.10",
78-
"@inquirer/select": "^5.1.2",
79-
"@root/walk": "~1.1.0",
80-
"@sapphire/duration": "^1.2.0",
81-
"@sapphire/result": "^2.8.0",
82-
"@sapphire/timestamp": "^1.0.5",
83-
"@skyra/jaro-winkler": "^1.1.1",
84-
"adm-zip": "~0.5.17",
85-
"ajv": "~8.18.0",
86-
"apify-client": "^2.22.3",
87-
"archiver": "~7.0.1",
88-
"axios": "^1.14.0",
89-
"chalk": "~5.6.2",
90-
"ci-info": "~4.4.0",
91-
"cli-table3": "^0.6.5",
92-
"computer-name": "~0.1.0",
93-
"configparser": "~0.3.10",
94-
"cors": "~2.8.6",
95-
"detect-indent": "~7.0.2",
96-
"es-toolkit": "^1.45.1",
97-
"escape-string-regexp": "~5.0.0",
98-
"execa": "^9.6.1",
99-
"express": "~5.2.1",
100-
"handlebars": "~4.7.9",
101-
"ignore": "^7.0.5",
102-
"indent-string": "^5.0.0",
103-
"is-ci": "~4.1.0",
104-
"istextorbinary": "~9.5.0",
105-
"jju": "~1.4.0",
106-
"js-levenshtein": "^1.1.6",
107-
"json-schema-to-typescript": "^15.0.4",
108-
"mime": "~4.1.0",
109-
"open": "~11.0.0",
110-
"rimraf": "~6.1.3",
111-
"semver": "~7.7.4",
112-
"string-width": "^8.2.0",
113-
"strip-ansi": "^7.2.0",
114-
"tiged": "~2.12.7",
115-
"tinyglobby": "^0.2.15",
116-
"which": "^6.0.1",
117-
"widest-line": "^6.0.0",
118-
"wrap-ansi": "^10.0.0"
119-
},
120-
"devDependencies": {
121-
"@apify/eslint-config": "^1.1.0",
122-
"@apify/tsconfig": "^0.1.1",
123-
"@biomejs/biome": "^2.4.10",
124-
"@crawlee/types": "^3.16.0",
125-
"@types/adm-zip": "^0.5.8",
126-
"@types/archiver": "^7.0.0",
127-
"@types/bun": "^1.3.11",
128-
"@types/cors": "^2.8.19",
129-
"@types/execa": "^2.0.2",
130-
"@types/express": "^5.0.6",
131-
"@types/jju": "^1.4.5",
132-
"@types/js-levenshtein": "^1.1.3",
133-
"@types/mime": "^4.0.0",
134-
"@types/node": "^24.12.0",
135-
"@types/semver": "^7.7.1",
136-
"@types/which": "^3.0.4",
137-
"apify": "^3.7.0",
138-
"cross-env": "^10.1.0",
139-
"eslint": "^9.39.4",
140-
"eslint-config-prettier": "^10.1.8",
141-
"eslint-plugin-react": "^7.37.5",
142-
"eslint-plugin-react-hooks": "^7.0.1",
143-
"globals": "^16.2.0",
144-
"husky": "^9.1.7",
145-
"lint-staged": "^16.4.0",
146-
"mock-stdin": "^1.0.0",
147-
"prettier": "^3.8.1",
148-
"tsup": "^8.5.1",
149-
"tsx": "^4.21.0",
150-
"typescript": "^6.0.2",
151-
"typescript-eslint": "^8.58.0",
152-
"vitest": "^4.1.2"
153-
},
154-
"volta": {
155-
"node": "24.14.1",
156-
"pnpm": "10.33.0"
157-
},
158-
"packageManager": "pnpm@10.33.0",
159-
"devEngines": {
160-
"runtime": [
161-
{
162-
"name": "node",
163-
"version": ">= 20",
164-
"onFail": "error"
165-
},
166-
{
167-
"name": "bun",
168-
"version": ">= 1.2.5",
169-
"onFail": "ignore"
170-
}
171-
],
172-
"packageManager": {
173-
"name": "pnpm",
174-
"version": ">= 10",
175-
"onFail": "warn"
176-
}
177-
},
178-
"lint-staged": {
179-
"*": "biome format --write --no-errors-on-unmatched",
180-
"*.{mjs,js,ts,mts,jsx,tsx}": "eslint --fix",
181-
"*.md": "prettier --write"
182-
}
2+
"name": "apify-cli",
3+
"version": "1.4.2",
4+
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
5+
"exports": "./dist/index.js",
6+
"type": "module",
7+
"scripts": {
8+
"dev:apify": "tsx ./src/entrypoints/apify.ts",
9+
"dev:actor": "tsx ./src/entrypoints/actor.ts",
10+
"test:all": "pnpm run test:local && pnpm run test:api",
11+
"test:local": "vitest run --testNamePattern \"^((?!\\[api]).)*$\" --exclude ./test/api --exclude ./test/e2e",
12+
"test:e2e": "vitest run --testNamePattern \"\\[e2e\\]\" --exclude ./test/api",
13+
"test:e2e:local": "vitest run --testNamePattern \"^(?=.*\\[e2e\\])(?!.*\\[api\\]).*$\" --exclude ./test/api",
14+
"test:api": "vitest run --testNamePattern \"\\[api\\]\" --exclude ./test/e2e",
15+
"test:python": "vitest run --testNamePattern \"\\[python\\]\"",
16+
"test:cucumber": "cross-env NODE_OPTIONS=\"--import tsx\" cucumber-js",
17+
"lint": "eslint",
18+
"lint:fix": "eslint --fix",
19+
"format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"",
20+
"format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"",
21+
"clean": "rimraf dist",
22+
"build": "pnpm run clean && tsc && tsup",
23+
"build-bundles": "bun run scripts/build-cli-bundles.ts",
24+
"prepack": "pnpm run insert-cli-metadata && pnpm run build && pnpm run update-docs",
25+
"insert-cli-metadata": "tsx scripts/insert-cli-metadata.ts",
26+
"update-docs": "tsx scripts/generate-cli-docs.ts",
27+
"postinstall": "node -e \"console.log('We have an active developer community on Discord. You can find it on https://discord.gg/crawlee-apify-801163717915574323.');\"",
28+
"prepare": "husky"
29+
},
30+
"files": [
31+
"dist"
32+
],
33+
"bin": {
34+
"actor": "./dist/actor.js",
35+
"apify": "./dist/apify.js",
36+
"apify-cli": "./dist/apify.js"
37+
},
38+
"contributors": [
39+
"Jakub Drobník <jakub.drobnik@apify.com>",
40+
"Jan Curn <jan@apify.com>",
41+
"Vlad Frangu <vlad.frangu@apify.com>"
42+
],
43+
"repository": {
44+
"type": "git",
45+
"url": "git+https://github.com/apify/apify-cli.git"
46+
},
47+
"keywords": [
48+
"apify",
49+
"client",
50+
"node",
51+
"command",
52+
"line",
53+
"bash"
54+
],
55+
"author": {
56+
"name": "Apify",
57+
"email": "support@apify.com",
58+
"url": "https://www.apify.com"
59+
},
60+
"license": "Apache-2.0",
61+
"bugs": {
62+
"url": "https://github.com/apify/apify-cli/issues"
63+
},
64+
"homepage": "https://github.com/apify/apify-cli#readme",
65+
"engines": {
66+
"node": ">=20"
67+
},
68+
"dependencies": {
69+
"@apify/actor-memory-expression": "^0.1.10",
70+
"@apify/actor-templates": "^0.1.5",
71+
"@apify/consts": "^2.52.0",
72+
"@apify/input_schema": "^3.27.1",
73+
"@apify/utilities": "^2.25.6",
74+
"@crawlee/memory-storage": "^3.16.0",
75+
"@inquirer/core": "^11.1.7",
76+
"@inquirer/input": "^5.0.10",
77+
"@inquirer/password": "^5.0.10",
78+
"@inquirer/select": "^5.1.2",
79+
"@root/walk": "~1.1.0",
80+
"@sapphire/duration": "^1.2.0",
81+
"@sapphire/result": "^2.8.0",
82+
"@sapphire/timestamp": "^1.0.5",
83+
"@skyra/jaro-winkler": "^1.1.1",
84+
"adm-zip": "~0.5.17",
85+
"ajv": "~8.18.0",
86+
"apify-client": "^2.22.3",
87+
"archiver": "~7.0.1",
88+
"axios": "^1.14.0",
89+
"chalk": "~5.6.2",
90+
"ci-info": "~4.4.0",
91+
"cli-table3": "^0.6.5",
92+
"computer-name": "~0.1.0",
93+
"configparser": "~0.3.10",
94+
"cors": "~2.8.6",
95+
"detect-indent": "~7.0.2",
96+
"es-toolkit": "^1.45.1",
97+
"escape-string-regexp": "~5.0.0",
98+
"execa": "^9.6.1",
99+
"express": "~5.2.1",
100+
"handlebars": "~4.7.9",
101+
"ignore": "^7.0.5",
102+
"indent-string": "^5.0.0",
103+
"is-ci": "~4.1.0",
104+
"istextorbinary": "~9.5.0",
105+
"jju": "~1.4.0",
106+
"js-levenshtein": "^1.1.6",
107+
"json-schema-to-typescript": "^15.0.4",
108+
"mime": "~4.1.0",
109+
"open": "~11.0.0",
110+
"rimraf": "~6.1.3",
111+
"semver": "~7.7.4",
112+
"string-width": "^8.2.0",
113+
"strip-ansi": "^7.2.0",
114+
"tiged": "~2.12.7",
115+
"tinyglobby": "^0.2.15",
116+
"which": "^6.0.1",
117+
"widest-line": "^6.0.0",
118+
"wrap-ansi": "^10.0.0"
119+
},
120+
"devDependencies": {
121+
"@apify/eslint-config": "^1.1.0",
122+
"@apify/tsconfig": "^0.1.1",
123+
"@biomejs/biome": "^2.4.10",
124+
"@crawlee/types": "^3.16.0",
125+
"@types/adm-zip": "^0.5.8",
126+
"@types/archiver": "^7.0.0",
127+
"@types/bun": "^1.3.11",
128+
"@types/cors": "^2.8.19",
129+
"@types/execa": "^2.0.2",
130+
"@types/express": "^5.0.6",
131+
"@types/jju": "^1.4.5",
132+
"@types/js-levenshtein": "^1.1.3",
133+
"@types/mime": "^4.0.0",
134+
"@types/node": "^24.12.0",
135+
"@types/semver": "^7.7.1",
136+
"@types/which": "^3.0.4",
137+
"apify": "^3.7.0",
138+
"cross-env": "^10.1.0",
139+
"eslint": "^9.39.4",
140+
"eslint-config-prettier": "^10.1.8",
141+
"eslint-plugin-react": "^7.37.5",
142+
"eslint-plugin-react-hooks": "^7.0.1",
143+
"globals": "^16.2.0",
144+
"husky": "^9.1.7",
145+
"lint-staged": "^16.4.0",
146+
"mock-stdin": "^1.0.0",
147+
"prettier": "^3.8.1",
148+
"tsup": "^8.5.1",
149+
"tsx": "^4.21.0",
150+
"typescript": "^6.0.2",
151+
"typescript-eslint": "^8.58.0",
152+
"vitest": "^4.1.2"
153+
},
154+
"volta": {
155+
"node": "24.14.1",
156+
"pnpm": "10.33.0"
157+
},
158+
"packageManager": "pnpm@10.33.0",
159+
"devEngines": {
160+
"runtime": [
161+
{
162+
"name": "node",
163+
"version": ">= 20",
164+
"onFail": "error"
165+
},
166+
{
167+
"name": "bun",
168+
"version": ">= 1.2.5",
169+
"onFail": "ignore"
170+
}
171+
],
172+
"packageManager": {
173+
"name": "pnpm",
174+
"version": ">= 10",
175+
"onFail": "warn"
176+
}
177+
},
178+
"lint-staged": {
179+
"*": "biome format --write --no-errors-on-unmatched",
180+
"*.{mjs,js,ts,mts,jsx,tsx}": "eslint --fix",
181+
"*.md": "prettier --write"
182+
}
183183
}

0 commit comments

Comments
 (0)