forked from elasticio/mailchimp-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "mailchimp",
"description": "elastic.io component that connects to Mailchimp API (node.js)",
"scripts": {
"pretest": "eslint verifyCredentials.js lib spec --fix",
"test": "mocha spec/** --timeout 50000",
"integration-test": "npm run pretest && mocha \"spec-integration/**/*spec.js\" --timeout 500000"
},
"engines": {
"node": "18.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elasticio/mailchimp.git"
},
"keywords": [
"elasticio",
"salesforce",
"REST"
],
"author": "elastic.io GmbH",
"bugs": {
"url": "https://github.com/elasticio/mailchimp/issues"
},
"homepage": "https://github.com/elasticio/mailchimp#readme",
"dependencies": {
"@elastic.io/component-logger": "0.0.1",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.1",
"mailchimp-v3": "1.0.5",
"md5": "2.3.0",
"moment": "2.29.4"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"eslint": "5.16.0",
"dotenv": "16.0.0",
"sinon": "7.3.2",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.17.3",
"mocha": "8.2.0",
"nock": "13.3.1"
}
}