-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "apify-zapier-integration",
"version": "4.6.0",
"description": "Apify integration for Zapier platform",
"homepage": "https://apify.com/",
"author": "Jakub Drobník <jakub.drobnik@apify.com>",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"test:grep": "mocha --recursive --grep \"${GREP}\"",
"lint": "./node_modules/.bin/eslint ./src index.js --ext .js",
"lint:fix": "./node_modules/.bin/eslint ./src --ext .js --fix"
},
"engines": {
"node": "22",
"npm": ">=5.6.0"
},
"dependencies": {
"@apify/consts": "^2.53.3",
"@apify/utilities": "^2.34.1",
"apify-client": "2.19.0",
"dayjs": "^1.11.21",
"lodash": "^4.17.21",
"zapier-platform-core": "19.0.0"
},
"devDependencies": {
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-promise": "^7.3.0",
"mocha": "^12.0.1",
"nock": "^14.0.16",
"zapier-platform-schema": "19.0.0"
},
"overrides": {
"zapier-platform-core": {
"form-data": "^4.0.6"
}
}
}