UNPKG

mx-platform-node

Version:

A Node library for the MX Platform API.

28 lines (27 loc) 768 B
{ "name": "mx-platform-node", "version": "1.12.1", "description": "A Node library for the MX Platform API.", "author": "MX", "keywords": [ "mx", "mx.com", "mx platform api", "mx-platform-node" ], "license": "MIT", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc --outDir dist/", "prepare": "npm run build" }, "_comment": "IMPORTANT: Keep these dependency versions in sync with security updates. If package.json is manually updated for security fixes, this template MUST also be updated to prevent automated generation from overwriting the fixes.", "dependencies": { "axios": "^1.6.8" }, "devDependencies": { "@types/node": "^20.12.7", "typescript": "^5.4.5" } }