UNPKG

mercadopago

Version:
66 lines (65 loc) 1.65 kB
{ "name": "mercadopago", "version": "3.2.0", "description": "Mercadopago SDK for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist && tsc --build tsconfig.production.json && tsc-alias -p tsconfig.production.json", "test": "jest", "test:e2e": "jest --config e2e/jest.config.ts", "lint": "eslint 'src/**/*.{ts,tsx}' 'src/examples/**/*.{ts,tsx}' --cache", "lint:fix": "eslint --fix --ext .ts src src/examples", "exec": "node_modules/.bin/ts-node -r tsconfig-paths/register", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/mercadopago/sdk-nodejs.git" }, "keywords": [ "api", "mercadopago", "checkout", "payment", "ipn", "sdk", "integration" ], "author": "Mercado Pago (https://www.mercadopago.com/developers/en)", "bugs": { "url": "https://github.com/mercadopago/sdk-nodejs/issues" }, "homepage": "https://github.com/mercadopago/sdk-nodejs#readme", "engines": { "node": ">=18" }, "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^8.57.0", "husky": "^8.0.0", "jest": "^29.7.0", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "tsc-alias": "^1.8.17", "tsconfig-paths": "^4.2.0", "typescript": "^5.8.0" }, "overrides": { "minimatch": "3.1.5", "brace-expansion": "1.1.14", "ajv": "6.14.0", "diff": "4.0.4", "@babel/helpers": ">=7.26.10", "js-yaml": ">=3.14.2", "flatted": "3.4.2", "picomatch": "^2.3.2" }, "files": [ "dist" ], "dependencies": {} }