UNPKG

mercadopago

Version:
59 lines (58 loc) 1.48 kB
{ "name": "mercadopago", "version": "3.0.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": "^20.4.8", "@types/uuid": "^9.0.3", "@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/parser": "^6.3.0", "eslint": "^8.46.0", "husky": "^8.0.0", "jest": "^29.6.2", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tsc-alias": "^1.8.7", "tsconfig-paths": "^4.2.0", "typescript": "^5.1.6" }, "files": [ "dist" ], "dependencies": { "uuid": "^9.0.0" } }