apify-cli 0.19.1-beta.0 → 0.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +114 -114
package/package.json CHANGED
@@ -1,117 +1,117 @@
1
1
  {
2
- "name": "apify-cli",
3
- "version": "0.19.1-beta.0",
4
- "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "cross-env APIFY_CLI_SKIP_UPDATE_CHECK=1 mocha --timeout 180000 --recursive",
8
- "test-python": "npm run test -- --grep '\\[python\\]'",
9
- "lint": "eslint src test",
10
- "lint:fix": "eslint src test --fix",
11
- "commands-md": "npm run manifest && oclif-dev readme",
12
- "prepare-release": "npm run commands-md && npm run prod-shrinkwrap",
13
- "prod-shrinkwrap": "rm -rf node_modules && npm install --production && npm shrinkwrap",
14
- "manifest": "rm -f oclif.manifest.json && oclif-dev manifest",
15
- "postinstall": "node \"./src/bin/run\" check-version && node ./src/lib/community"
16
- },
17
- "files": [
18
- "src",
19
- "oclif.manifest.json",
20
- "index.js",
21
- "package.json"
22
- ],
23
- "bin": {
24
- "apify": "./src/bin/run"
25
- },
26
- "contributors": [
27
- "Jakub Drobník <jakub.drobnik@apify.com>",
28
- "Jan Curn <jan@apify.com>"
29
- ],
30
- "repository": {
31
- "type": "git",
32
- "url": "git+https://github.com/apify/apify-cli.git"
33
- },
34
- "keywords": [
35
- "apify",
36
- "client",
37
- "node",
38
- "command",
39
- "line",
40
- "bash"
41
- ],
42
- "author": {
43
- "name": "Apify",
44
- "email": "support@apify.com",
45
- "url": "https://www.apify.com"
46
- },
47
- "license": "Apache-2.0",
48
- "bugs": {
49
- "url": "https://github.com/apify/apify-cli/issues"
50
- },
51
- "homepage": "https://github.com/apify/apify-cli#readme",
52
- "engines": {
53
- "node": ">=16.0.0"
54
- },
55
- "dependencies": {
56
- "@apify/actor-templates": "^0.1.4",
57
- "@apify/consts": "^2.23.0",
58
- "@apify/input_schema": "^3.5.8",
59
- "@apify/utilities": "^2.9.3",
60
- "@crawlee/memory-storage": "^3.5.8",
61
- "@oclif/command": "^1.8.36",
62
- "@oclif/config": "^1.18.17",
63
- "@oclif/errors": "^1.3.6",
64
- "@oclif/plugin-commands": "^2.1.0",
65
- "@oclif/plugin-help": "^5.1.12",
66
- "@root/walk": "^1.1.0",
67
- "adm-zip": "^0.5.10",
68
- "ajv": "^8.12.0",
69
- "apify-client": "^2.8.2",
70
- "archiver-promise": "^1.0.0",
71
- "axios": "^1.6.1",
72
- "chalk": "^4.1.2",
73
- "computer-name": "^0.1.0",
74
- "configparser": "^0.3.10",
75
- "cors": "^2.8.5",
76
- "detect-indent": "^6.1.0",
77
- "escape-string-regexp": "^4.0.0",
78
- "express": "^4.18.2",
79
- "globby": "^11.1.0",
80
- "handlebars": "^4.7.8",
81
- "inquirer": "^7.3.3",
82
- "is-ci": "^3.0.1",
83
- "is-online": "^10.0.0",
84
- "istextorbinary": "^8.0.0",
85
- "jju": "^1.4.0",
86
- "load-json-file": "^6.2.0",
87
- "mime": "^3.0.0",
88
- "mixpanel": "^0.18.0",
89
- "open": "^8.4.0",
90
- "ow": "^0.28.2",
91
- "rimraf": "^3.0.2",
92
- "semver": "^7.5.4",
93
- "tiged": "^2.12.5",
94
- "underscore": "^1.13.6",
95
- "write-json-file": "^4.3.0"
96
- },
97
- "devDependencies": {
98
- "@apify/eslint-config": "^0.4.0",
99
- "@oclif/dev-cli": "^1.26.0",
100
- "@oclif/test": "^2.1.0",
101
- "chai": "^4.3.4",
102
- "chai-match": "^1.1.1",
103
- "cross-env": "^7.0.3",
104
- "eslint": "^8.53.0",
105
- "mocha": "^10.0.0",
106
- "sinon": "^17.0.0"
107
- },
108
- "oclif": {
109
- "bin": "apify",
110
- "commands": "./src/commands",
111
- "hooks": {
112
- "init": [
113
- "./src/hooks/init"
114
- ]
2
+ "name": "apify-cli",
3
+ "version": "0.19.1",
4
+ "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "cross-env APIFY_CLI_SKIP_UPDATE_CHECK=1 mocha --timeout 180000 --recursive",
8
+ "test-python": "npm run test -- --grep '\\[python\\]'",
9
+ "lint": "eslint src test",
10
+ "lint:fix": "eslint src test --fix",
11
+ "commands-md": "npm run manifest && oclif-dev readme",
12
+ "prepare-release": "npm run commands-md && npm run prod-shrinkwrap",
13
+ "prod-shrinkwrap": "rm -rf node_modules && npm install --production && npm shrinkwrap",
14
+ "manifest": "rm -f oclif.manifest.json && oclif-dev manifest",
15
+ "postinstall": "node \"./src/bin/run\" check-version && node ./src/lib/community"
16
+ },
17
+ "files": [
18
+ "src",
19
+ "oclif.manifest.json",
20
+ "index.js",
21
+ "package.json"
22
+ ],
23
+ "bin": {
24
+ "apify": "./src/bin/run"
25
+ },
26
+ "contributors": [
27
+ "Jakub Drobník <jakub.drobnik@apify.com>",
28
+ "Jan Curn <jan@apify.com>"
29
+ ],
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/apify/apify-cli.git"
33
+ },
34
+ "keywords": [
35
+ "apify",
36
+ "client",
37
+ "node",
38
+ "command",
39
+ "line",
40
+ "bash"
41
+ ],
42
+ "author": {
43
+ "name": "Apify",
44
+ "email": "support@apify.com",
45
+ "url": "https://www.apify.com"
46
+ },
47
+ "license": "Apache-2.0",
48
+ "bugs": {
49
+ "url": "https://github.com/apify/apify-cli/issues"
50
+ },
51
+ "homepage": "https://github.com/apify/apify-cli#readme",
52
+ "engines": {
53
+ "node": ">=16.0.0"
54
+ },
55
+ "dependencies": {
56
+ "@apify/actor-templates": "^0.1.4",
57
+ "@apify/consts": "^2.23.0",
58
+ "@apify/input_schema": "^3.5.8",
59
+ "@apify/utilities": "^2.9.3",
60
+ "@crawlee/memory-storage": "^3.5.8",
61
+ "@oclif/command": "^1.8.36",
62
+ "@oclif/config": "^1.18.17",
63
+ "@oclif/errors": "^1.3.6",
64
+ "@oclif/plugin-commands": "^2.1.0",
65
+ "@oclif/plugin-help": "^5.1.12",
66
+ "@root/walk": "^1.1.0",
67
+ "adm-zip": "^0.5.10",
68
+ "ajv": "^8.12.0",
69
+ "apify-client": "^2.8.2",
70
+ "archiver-promise": "^1.0.0",
71
+ "axios": "^1.6.1",
72
+ "chalk": "^4.1.2",
73
+ "computer-name": "^0.1.0",
74
+ "configparser": "^0.3.10",
75
+ "cors": "^2.8.5",
76
+ "detect-indent": "^6.1.0",
77
+ "escape-string-regexp": "^4.0.0",
78
+ "express": "^4.18.2",
79
+ "globby": "^11.1.0",
80
+ "handlebars": "^4.7.8",
81
+ "inquirer": "^7.3.3",
82
+ "is-ci": "^3.0.1",
83
+ "is-online": "^10.0.0",
84
+ "istextorbinary": "^8.0.0",
85
+ "jju": "^1.4.0",
86
+ "load-json-file": "^6.2.0",
87
+ "mime": "^3.0.0",
88
+ "mixpanel": "^0.18.0",
89
+ "open": "^8.4.0",
90
+ "ow": "^0.28.2",
91
+ "rimraf": "^3.0.2",
92
+ "semver": "^7.5.4",
93
+ "tiged": "^2.12.5",
94
+ "underscore": "^1.13.6",
95
+ "write-json-file": "^4.3.0"
96
+ },
97
+ "devDependencies": {
98
+ "@apify/eslint-config": "^0.4.0",
99
+ "@oclif/dev-cli": "^1.26.0",
100
+ "@oclif/test": "^2.1.0",
101
+ "chai": "^4.3.4",
102
+ "chai-match": "^1.1.1",
103
+ "cross-env": "^7.0.3",
104
+ "eslint": "^8.53.0",
105
+ "mocha": "^10.0.0",
106
+ "sinon": "^17.0.0"
107
+ },
108
+ "oclif": {
109
+ "bin": "apify",
110
+ "commands": "./src/commands",
111
+ "hooks": {
112
+ "init": [
113
+ "./src/hooks/init"
114
+ ]
115
+ }
115
116
  }
116
- }
117
117
  }