UNPKG

@industriousoffice/mailchimp_marketing

Version:

This is a modified version of the official Node client library for the Mailchimp Marketing API meant to be usesd for both production and testing purposes.

44 lines 1.1 kB
{ "name": "@industriousoffice/mailchimp_marketing", "version": "3.1.8", "description": "This is a modified version of the official Node client library for the Mailchimp Marketing API meant to be usesd for both production and testing purposes.", "license": "Apache 2.0", "main": "src/index.js", "types": "index.d.ts", "scripts": { "test": "jest --setupFiles dotenv/config" }, "browser": { "fs": false }, "dependencies": { "superagent": "^10.2.2", "dotenv": "^16.4.5" }, "devDependencies": { "mocha": "^10.7.3", "sinon": "^18.0.0", "jest": "^29.7.0", "typescript": "^5.5.4", "@types/node": "^20.14.12" }, "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", "typescript", "marketing", "email" ], "engines": { "node": ">=10.0.0" } }