forked from JaimeTR/mailchimp-marketing-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 865 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 865 Bytes
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
{
"name": "@mailchimp/mailchimp_marketing",
"version": "3.0.62",
"description": "The official Node client library for the Mailchimp Marketing API",
"license": "Apache 2.0",
"main": "src/index.js",
"scripts": {
"test": "jest --setupFiles dotenv/config"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.8.1",
"dotenv": "^8.2.0"
},
"devDependencies": {
"mocha": "~2.3.4",
"sinon": "1.17.3",
"jest": "^26.2.2"
},
"homepage": "https://github.com/mailchimp/mailchimp-marketing-node",
"repository": {
"type": "git",
"url": "git+https://github.com/mailchimp/mailchimp-marketing-node.git"
},
"bugs": {
"url": "https://github.com/mailchimp/mailchimp-client-lib-codegen/issues"
},
"keywords": [
"mailchimp",
"api",
"v3"
],
"engines": {
"node": ">=10.0.0"
}
}